how to find the sizof of any datatype using bit manipulations
Answer Posted / niranjan kumar niraj
int sizeOf();
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is structure in c explain with example?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
How will you write a code for accessing the length of an array without assigning it to another variable?
What's the right way to use errno?
What is string function c?
differentiate built-in functions and user – defined functions.
Is fortran still used in 2018?
What is a static variable in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Can math operations be performed on a void pointer?
Is c dynamically typed?
What is the use of sizeof?
What is derived datatype in c?
What is a null string in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if