the output will be
#include<stdio.h>
int main ()
{
int i;
i = 9/2;
printf("%i",i);
return 0;
}
Answer Posted / nupur
it will return 0
| Is This Answer Correct ? | 23 Yes | 27 No |
Post New Answer View All Answers
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
How pointer is different from array?
What is a c token and types of c tokens?
What is a union?
Explain what is the difference between the expression '++a' and 'a++'?
How can I do serial ("comm") port I/O?
How can I change their mode to binary?
What is a scope resolution operator in c?
What are pragmas and what are they good for?
what do you mean by enumeration constant?
What are the differences between Structures and Arrays?
Can you please compare array with pointer?
In a header file whether functions are declared or defined?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
How can I implement sets or arrays of bits?