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

What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


What is sizeof return in c?

0 Answers  


Why use int main instead of void main?

0 Answers  


How to implement call back functions ?

3 Answers   HP,


Explain the difference between malloc() and calloc() function?

0 Answers  


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

0 Answers   TCS,


Explain what is the heap?

0 Answers  


What are the types of arrays in c?

0 Answers  


write a program to copy a string without using a string?

2 Answers  


Write a program to print fibonacci series using recursion?

0 Answers  


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


Categories