What is the use of sizeof?


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

Post New Answer

More C Interview Questions

What is key word in c language?

4 Answers   ABC,


c program to add and delete an element from circular queue using array

3 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


List some applications of c programming language?

0 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,






what does " calloc" do?

7 Answers   Cadence, Logos,


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


what is data structure?

5 Answers   CBSE,


What is the difference between local variable and global variable in c?

0 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


What is a double c?

0 Answers  


What is extern c used for?

0 Answers  


Categories