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


Please Help Members By Posting Answers For Below Questions

What is typedef struct in c?

584


Is it better to bitshift a value than to multiply by 2?

661


What is typedef?

679


In c language can we compile a program without main() function?

582


How is a pointer variable declared?

594






What is the maximum no. of arguments that can be given in a command line in C.?

672


any "C" function by default returns an a) int value b) float value c) char value d) a & b

667


Explain how do you list files in a directory?

618


Describe explain how arrays can be passed to a user defined function

605


What is main () in c language?

598


What is restrict keyword in c?

645


What does void main return?

606


Explain what is a const pointer?

642


explain how do you use macro?

668


Explain main function in c?

630