Answer Posted / prabhat
if(sizeof(no)==2)
cout<<"Integer";
else if(sizeof(no)==4)
cout<<"Float";
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How can I use a preprocessorif expression to ?
Explain built-in function?
What is an lvalue?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What’s a signal? Explain what do I use signals for?
What is void pointers in c?
What is difference between far and near pointers?
Which node is more powerful and can handle local information processing or graphics processing?
How pointer is different from array?
what is stack , heap ,code segment,and data segment
What is null pointer in c?
What header files do I need in order to define the standard library functions I use?
What is pointer to pointer in c language?
What does s c mean in text?
Explain what standard functions are available to manipulate strings?