What are the different data types in C?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


What are directives in c?

0 Answers  


What does nil mean in c?

0 Answers  


What are the features of c languages?

0 Answers  


How to find a missed value, if you want to store 100 values in a 99 sized array?

0 Answers   Honeywell, Zomato,






What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

0 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above

6 Answers  


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


What are valid operations on pointers?

0 Answers  


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


which operator is known as dummy operator in c?

2 Answers   Wipro,


Categories