int x=sizeof(!5.856);
What will value of variable x?
Answer Posted / kuldeep
the value of x is 2
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
Explain a file operation in C with an example.
What are the three constants used in c?
Explain what are the advantages and disadvantages of a heap?
Explain why c is faster than c++?
What is the concatenation operator?
writ a program to compare using strcmp VIVA and viva with its output.
What is the difference between volatile and const volatile?
In C programming, what command or code can be used to determine if a number of odd or even?
What are pointers? Why are they used?
will u please send me the placement papers to my mail???????????????????
How can you restore a redirected standard stream?
What is union in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Write a program to find factorial of a number using recursive function.
Why do we use return in c?