Why is sizeof () an operator and not a function?


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

Post New Answer

More C Interview Questions

write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

0 Answers  


what will be the output for the following main() { printf("hi" "hello"); }

5 Answers   RoboSoft,


who is the founder of c

19 Answers   College School Exams Tests, HP,


what is data structure.in linear and non linear data structures which one is better?Explain

3 Answers   Wipro,


Is it better to use a macro or a function?

0 Answers  






What is a shell structure examples?

0 Answers  


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,


what is the difference between 123 and 0123 in c?

0 Answers  


where do we use volatile keyword?

1 Answers  


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


Differentiate between declaring a variable and defining a variable?

0 Answers  


Give a method to count the number of ones in a 32 bit number?

4 Answers  


Categories