what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / prashanthi
2
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how to find anagram without using string functions using only loops in c programming
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is the size of structure in c?
What is a spanning Tree?
Explain what are the standard predefined macros?
What is scanf_s in c?
c program for searching a student details among 10 student details
How can I trap or ignore keyboard interrupts like control-c?
Can a variable be both static and volatile in c?
hi, which software companys will take,if d candidate's % is jst 55%?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
How can I call a function with an argument list built up at run time?
What is structure padding and packing in c?
Explain what standard functions are available to manipulate strings?
Explain the use of 'auto' keyword in c programming?