what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / niranjan kumar niraj
output is 1
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
largest Of three Number using without if condition?
Why structure is used in c?
what do you mean by inline function in C?
Define Spanning-Tree Protocol (STP)
What is 1d array in c?
What are the disadvantages of c language?
What is bin sh c?
What is time null in c?
What is the explanation for prototype function in c?
What is a union?
What is the difference between Printf(..) and sprint(...) ?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Tell me is null always defined as 0(zero)?
How to declare pointer variables?
Tell me when would you use a pointer to a function?