int x=sizeof(!5.856);
What will value of variable x?
Answer Posted / garav
float is 4 so 4 is the ans
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
how we can make 3d venturing graphics on outer interface
What is difference between %d and %i in c?
What do you mean by Recursion Function?
What are the different types of constants?
What are keywords c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the need of structure in c?
What is the difference between malloc() and calloc()?
What is the difference between array and pointer in c?
what is a function method?give example?
what is the significance of static storage class specifier?
Where in memory are my variables stored?
Explain how do you determine whether to use a stream function or a low-level function?
What is getche() function?