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

Is c still relevant?

0 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


How is null defined in c?

0 Answers  


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

0 Answers  


Why do some versions of toupper act strangely if given an upper-case letter?

0 Answers  






When is a void pointer used?

0 Answers  


Describe the difference between = and == symbols in c programming?

0 Answers  


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


Where is volatile variable stored?

0 Answers  


the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


any string of bits of length 'n' represents a unique non- negative integer between.............?

2 Answers  


What does c mean in standard form?

0 Answers  


Categories