main()
{
float a=3.2e40;
printf("%d",a);
}
Answer Posted / rajendra chouhan
0
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define and explain about ! Operator?
What do you know about the use of bit field?
What are identifiers c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is meant by int main ()?
What is main function in c?
Is that possible to store 32768 in an int data type variable?
How can I manipulate individual bits?
how to find anagram without using string functions using only loops in c programming
When is the “void” keyword used in a function?
why do some people write if(0 == x) instead of if(x == 0)?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Is flag a keyword in c?
Explain modulus operator.