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
write a program fibonacci series and palindrome program in c
Explain goto?
How can I invoke another program or command and trap its output?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Tell me what is null pointer in c?
Why #include is used in c language?
What is external variable in c?
What's a good way to check for "close enough" floating-point equality?
simple program of graphics and their output display
What is the significance of an algorithm to C programming?
State the difference between x3 and x[3].
How do you list files in a directory?
In which language linux is written?
What is the difference between single charater constant and string constant?
What are the 4 types of functions?