What is the output of the program given below

#include<stdio.h>
main()
{
char i=0;
for(;i>=0;i++) ;
printf("%d\n",i);
}

Answer Posted / mohmedali

1

Is This Answer Correct ?    1 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 data types?

604


What is a dynamic array in c?

599


What is the data segment that is followed by c?

617


What is the value of h?

597


Explain what are binary trees?

616






How can you restore a redirected standard stream?

613


Do pointers take up memory?

664


How can I do graphics in c?

598


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1533


Difference between exit() and _exit() function?

659


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

671


What is a header file?

640


Do array subscripts always start with zero?

788


What is #include conio h?

598


Discuss the function of conditional operator, size of operator and comma operator with examples.

682