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
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Can static variables be declared in a header file?
Why is c so popular?
Explain union. What are its advantages?
How can you determine the maximum value that a numeric variable can hold?
How important is structure in life?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Why #include is used in c language?
What is string function in c?
Compare array data type to pointer data type
How are structure passing and returning implemented?
Write a program in c to replace any vowel in a string with z?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Do string constants represent numerical values?
In which language linux is written?