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
how to create duplicate link list using C???
What is malloc calloc and realloc in c?
Explain logical errors? Compare with syntax errors.
What is n in c?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is a const pointer in c?
ATM machine and railway reservation class/object diagram
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is calloc() function?
what is the difference between class and unio?
When do we get logical errors?
What is the significance of an algorithm to C programming?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is New modifiers?