main()
{
intj;
while9j<=10)
{
printf("\n%d",j);
j=j+1;
}
}
Answer Posted / niranjan kumar niraj
output=9
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain how can a program be made to print the name of a source file where an error occurs?
What are the advantage of c language?
What is pointer to pointer in c with example?
What is omp_num_threads?
Is struct oop?
What is union and structure?
Explain the bubble sort algorithm.
What are categories used for in c?
What is the role of && operator in a program code?
What is the difference between the expression “++a” and “a++”?
What are the differences between new and malloc in C?
Explain the use of function toupper() with and example code?
Is array name a pointer?
Why header file is used in c?