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 / stuti

1

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between structs and unions in c?

562


What is type qualifiers?

643


Write a simple code fragment that will check if a number is positive or negative.

696


What are shell structures used for?

586


What are the types of pointers?

589






Explain what is wrong in this statement?

620


What are 3 types of structures?

577


can anyone suggest some site name..where i can get some good data structure puzzles???

1634


How can I implement sets or arrays of bits?

589


How do I read the arrow keys? What about function keys?

601


What is difference between structure and union with example?

579


What was noalias and what ever happened to it?

581


What is data type long in c?

607


Is c dynamically typed?

657


What is anagram in c?

508