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
Explain what is the difference between a string and an array?
What is action and transformation in spark?
Is this program statement valid? INT = 10.50;
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Write a C program to count the number of email on text
Explain how can a program be made to print the name of a source file where an error occurs?
What is typedef struct in c?
What are the types of i/o functions?
How can a program be made to print the name of a source file where an error occurs?
What is size of union in c?
How do you search data in a data file using random access method?
What is the difference between if else and switchstatement
What is dangling pointer in c?
Explain how do you generate random numbers in c?
What is sizeof array?