the output will be
#include<stdio.h>
int main ()
{
int i;
i = 9/2;
printf("%i",i);
return 0;
}
Answer Posted / manomit mitra
4
| Is This Answer Correct ? | 48 Yes | 8 No |
Post New Answer View All Answers
What is an example of structure?
Explain the difference between strcpy() and memcpy() function?
What is the difference between far and near ?
Explain the properties of union. What is the size of a union variable
What are data structures in c and how to use them?
What are the 4 types of unions?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Explain how does free() know explain how much memory to release?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Where define directive used?
Stimulate calculator using Switch-case-default statement for two numbers
Explain Basic concepts of C language?
What is a newline escape sequence?
What are the benefits of organizational structure?