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
a program that can input number of records and can view it again the record
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
How does pointer work in c?
What does printf does?
What are variables c?
What is pragma c?
What is hungarian notation? Is it worthwhile?
Is main a keyword in c?
Where are some collections of useful code fragments and examples?
What is the difference between NULL and NUL?
Write program to remove duplicate in an array?
What does static variable mean in c?
What is a c token and types of c tokens?
What is keyword in c?
What is realloc in c?