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 purpose of scanf() and printf() functions?
Here is a good puzzle: how do you write a program which produces its own source code as output?
How do you print only part of a string?
Explain what is page thrashing?
What is the difference between break and continue?
Write a program which returns the first non repetitive character in the string?
What are 'near' and 'far' pointers?
What does sizeof int return?
provide an example of the Group by clause, when would you use this clause
Tell us something about keyword 'auto'.
What are the keywords in c?
When should you not use a type cast?
Why should I use standard library functions instead of writing my own?
Explain built-in function?
Explain what is a 'locale'?