the data type used for unlimited value in c
and how to do this program
Answer Posted / soumya
Data type : float
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an array in c?
What are different storage class specifiers in c?
What is NULL pointer?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What does 1f stand for?
how many errors in c explain deply
Differentiate between new and malloc(), delete and free() ?
Hi can anyone tell what is a start up code?
What are the valid places to have keyword “break”?
What is a newline escape sequence?
What is meant by preprocessor in c?
What is this pointer in c plus plus?
Is r written in c?
How many levels of pointers have?
What is type qualifiers?