What is sizeof in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


What is structure of c program?

0 Answers  


Can we change the value of static variable in c?

0 Answers  


what is level of tree if leaf node is at level 4.please explain.

1 Answers   Wipro,


Compare and contrast compilers from interpreters.

0 Answers  






How is a macro different from a function?

0 Answers   Tech Mahindra,


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


what is the structure pointer?

0 Answers   Accenture, HCL,


How to write a program for swapping two strings without using 3rd variable and without using string functions.

7 Answers   iGate, Infotech,


Why calloc is better than malloc?

0 Answers  


Explain bit masking in c?

0 Answers  


find the size of structure without using the size of function

1 Answers   Bosch,


Categories