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

*
**
***
****

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain what is fifo?

636


Why c language is called c?

573


Is register a keyword in c?

639


Explain can the sizeof operator be used to tell the size of an array passed to a function?

599


Is javascript based on c?

595






Function calling procedures? and their differences? Why should one go for Call by Reference?

639


Is fortran still used today?

607


What is the default value of local and global variables in c?

562


How can I use a preprocessorif expression to ?

604


Why do we use null pointer?

609


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1575


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

612


Can you mix old-style and new-style function syntax?

666


In C language, a variable name cannot contain?

747


Can you apply link and association interchangeably?

682