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
What is wrong with this program statement?
Is it better to use malloc() or calloc()?
What is the best organizational structure?
How many loops are there in c?
State the difference between realloc and free.
Why is sizeof () an operator and not a function?
What is dynamic variable in c?
What is difference between arrays and pointers?
How do you determine the length of a string value that was stored in a variable?
What is a stream in c programming?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
how to execute a program using if else condition and the output should enter number and the number is odd only...
Tell me is null always defined as 0(zero)?
What is boolean in c?
What is the purpose of main() function?