what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}

Answer Posted / shanmuga priya

10

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the description for syntax errors?

618


Difference between macros and inline functions? Can a function be forced as inline?

714


What is volatile variable how do you declare it?

569


Are the variables argc and argv are always local to main?

576


What is call by reference in functions?

573






Where static variables are stored in memory in c?

526


What is an array? What the different types of arrays in c?

662


What does c mean before a date?

594


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3149


What is the use of getchar functions?

680


What are structures and unions? State differencves between them.

619


How many levels of pointers have?

597


What is c mainly used for?

601


By using C language input a date into it and if it is right?

576


How does #define work?

652