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
Explain modulus operator.
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Under what circumstances does a name clash occur?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain what are the advantages and disadvantages of a heap?
What is the use of define in c?
Explain the use of fflush() function?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Are comments included during the compilation stage and placed in the EXE file as well?
How can I do graphics in c?
Explain what are the __date__ and __time__ preprocessor commands?
Why are all header files not declared in every c program?
What are global variables?
What is oops c?