What is the use of the sizeof operator?

Answers were Sorted based on User's Feedback



What is the use of the sizeof operator?..

Answer / nashiinformaticssolutions

The sizeof operator determines the size of a data type or variable in bytes.

Is This Answer Correct ?    0 Yes 0 No

What is the use of the sizeof operator?..

Answer / hr@tgksolutions.com

The sizeof operator determines the size of a data type or variable in bytes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is a structure and why it is used?

0 Answers   Hexaware,


What are the applications of c language?

0 Answers  


Write a program to print “hello world” without using semicolon?

0 Answers  


What is calloc()?

0 Answers   Adobe,


declare afunction pointer to int printf(char *)?

1 Answers   HCL,


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .

4 Answers   State Bank Of India SBI,


write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


code for bubble sort?

1 Answers  


Explain why C language is procedural?

0 Answers   GE,


What is dynamic variable in c?

0 Answers  


What is the total generic pointer type?

0 Answers  


Categories