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
What are the applications of c language?
What would be an example of a structure analogous to structure c?
What are 'near' and 'far' pointers?
What is local and global variable in c?
Write a program on swapping (100, 50)
What is structure and union in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Compare interpreters and compilers.
What language is lisp written in?
What is the difference between struct and union in C?
How do I round numbers?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
what are non standard function in c
What is 2 d array in c?