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
Explain what are the different file extensions involved when programming in c?
What is s or c?
Compare array data type to pointer data type
What do you mean by dynamic memory allocation in c? What functions are used?
Is fortran faster than c?
Is c# a good language?
Difference between Function to pointer and pointer to function
What are reserved words with a programming language?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What are variables and it what way is it different from constants?
What is the difference between %d and %i?
What is the g value paradox?
Can a local variable be volatile in c?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Do array subscripts always start with zero?