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 is a macro different from a function?
Write a code to generate a series where the next element is the sum of last k terms.
What is console in c language?
What are local static variables?
What are type modifiers in c?
How can I get random integers in a certain range?
I have seen function declarations that look like this
When should a type cast be used?
What is the difference between procedural and functional programming?
What is a substring in c?
what do you mean by inline function in C?
What is wrong with this program statement?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is the difference between fread buffer() and fwrite buffer()?
What are the advantages of the functions?