What is sizeof return in c?



What is sizeof return in c?..

Answer / Rahul Vaish

The 'sizeof' operator in C programming returns the size of a data type, variable, or an expression in bytes. It doesn't require parentheses because the size must be known at compile time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how do you redirect stdout value from a program to a file?

1 Answers  


int x=5; printf("%d%d%d",x,x<<2,x>>2);

2 Answers   TANCET,


What is ambagious result in C? explain with an example.

1 Answers   Infosys,


can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...

11 Answers   CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,


State two uses of pointers in C?

1 Answers   Aspire, Infogain,


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

1 Answers  


What is build process in c?

1 Answers  


How do you use a 'Local Block'?

1 Answers   Ericsson,


What is difference between structure and union?

1 Answers  


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


What does the && operator do in a program code?

1 Answers  


Categories