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


Please Help Members By Posting Answers For Below Questions

What is wrong with this program statement?

675


Is it better to use malloc() or calloc()?

750


What is the best organizational structure?

750


How many loops are there in c?

684


State the difference between realloc and free.

733






Why is sizeof () an operator and not a function?

675


What is dynamic variable in c?

662


What is difference between arrays and pointers?

676


How do you determine the length of a string value that was stored in a variable?

742


What is a stream in c programming?

694


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

693


how to execute a program using if else condition and the output should enter number and the number is odd only...

1778


Tell me is null always defined as 0(zero)?

753


What is boolean in c?

710


What is the purpose of main() function?

771