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

How many types of operators are there in c?

625


what is ur strangth & weekness

1830


What is hashing in c?

648


What are global variables?

654


Which function in C can be used to append a string to another string?

651






pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2206


Why is c called a mid-level programming language?

735


how to capitalise first letter of each word in a given string?

1438


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

655


Is null a keyword in c?

743


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

676


Why c is called top down?

637


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

737


Difference between strcpy() and memcpy() function?

686


What is an example of structure?

593