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

int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?

15 Answers   Mascot,


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,


What are the properties of union in c?

0 Answers  


write a program to display all prime numbers

0 Answers  


What are enums in c?

0 Answers  






What is a char c?

0 Answers  


what is structuer?

4 Answers   LG Soft, Wipro,


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


Why clrscr is used after variable declaration?

0 Answers  


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

0 Answers   Zoho,


Why we use stdio h in c?

0 Answers  


Why c is procedure oriented?

0 Answers  


Categories