Answer Posted / srv
Using sizeof() operator.
if(sizeof(no)==2)
cout<<"no is int";
else
cout<<"float";
Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
write a proram to reverse the string using switch case?
Write a program to print ASCII code for a given digit.
Why should I prototype a function?
What are the types of assignment statements?
How many levels of pointers have?
What is meant by keywords in c?
Write a program to reverse a string.
What would be an example of a structure analogous to structure c?
What is a newline escape sequence?
Why do we use null pointer?
What is the use of a ‘’ character?
How is pointer initialized in c?
What is an example of structure?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Is c language still used?