what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / srikanth karnati
there is no output because there is no out statment
there.if write printf("%d",i);at out side the loop the
output will be 11.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can I generate floating-point random numbers?
Write a code to remove duplicates in a string.
What is wrong in this statement?
What is the difference between strcpy() and memcpy() function in c programming?
What is uint8 in c?
the question is that what you have been doing all these periods (one year gap)
Explain how do you determine a file’s attributes?
What is array in C
Explain how can you check to see whether a symbol is defined?
Can a function argument have default value?
What is identifiers in c with examples?
What is cohesion in c?
How can you increase the allowable number of simultaneously open files?
What is the explanation for modular programming?
When is a void pointer used?