What does sizeof return c?


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

Post New Answer

More C Interview Questions

write a program to print sum of each row of a 2D array.

4 Answers  


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


What is the use of getchar() function?

0 Answers  


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


What is the use of linkage in c language?

0 Answers  






How do you list files in a directory?

0 Answers  


How can I make a program in c to print 'Hello' without using semicolon in the code?

9 Answers   C DAC, Practical Viva Questions,


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 Answers   Ramco,


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


What is the difference between fread and fwrite function?

0 Answers  


What is #include stdlib h?

0 Answers  


Write a program to implement queue.

0 Answers   Aricent,


Categories