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 %d used for?
what are bit fields in c?
What is a newline escape sequence?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
what are the facialities provided by you after the selection of the student.
What is dynamic memory allocation?
How can you read a directory in a C program?
Why we use break in c?
Why do we need a structure?
Which node is more powerful and can handle local information processing or graphics processing?
Explain how do you generate random numbers in c?
What are the different types of data structures in c?
Can you return null in c?
what is reason of your company position's in india no. 1.
What are volatile variables in c?