main()
{
float a=3.2e40;
printf("%d",a);
}
Answer Posted / iftekhar
main()
{
int i=300*300/300;
printf("%d",i);
}
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
What is c standard library?
Explain threaded binary trees?
Are pointers integers in c?
What is the difference between array and linked list in c?
What is the general form of #line preprocessor?
Can we add pointers together?
What happens if a header file is included twice?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is a MAC Address?
what do the 'c' and 'v' in argc and argv stand for?
Is it possible to execute code even after the program exits the main() function?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is function prototype in c language?
Does c have class?
What are the features of c languages?