Is sizeof a keyword in c?



Is sizeof a keyword in c?..

Answer / Rizwan Alam Khan.

Yes, 'sizeof' is a keyword in C.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is bubble sort technique in c?

1 Answers  


Explain the difference between #include "..." And #include <...> In c?

1 Answers  


Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001

2 Answers  


What is the difference between array and linked list in c?

1 Answers  


In which category does main function belong??

5 Answers  


How can I write a function analogous to scanf?

1 Answers  


What does sizeof function do?

1 Answers  


Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx

4 Answers  


can we initialize all the members of union?

2 Answers  


What is a volatile keyword in c?

1 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


what is the benefit of c30

2 Answers  


Categories