how to find the sizof of any datatype using bit manipulations
Answer Posted / nazia wasim
the size of any datatype or a variable can b
calculated using sizeof operator .it uses one
argument as the datatype or variable name
and returns the size in bytes.syntax:-sizeof
(datatype).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the need of structure in c?
How can I read a binary data file properly?
What is sizeof return in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is conio h in c?
How do I copy files?
Tell me the use of bit field in c language?
Why is event driven programming or procedural programming, better within specific scenario?
What is the difference between declaring a variable and defining a variable?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is the use of gets and puts?
What is dangling pointer in c?
What is a volatile keyword in c?
Explain output of printf("Hello World"-'A'+'B'); ?
What is a lvalue