main()
{
intj;
while9j<=10)
{
printf("\n%d",j);
j=j+1;
}
}
Answer Posted / soni
compile error
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Explain what is the difference between null and nul?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
How do you redirect a standard stream?
Explain is it better to bitshift a value than to multiply by 2?
Is it better to use malloc() or calloc()?
How many main () function we can have in a project?
Do character constants represent numerical values?
What Is The Difference Between Null And Void Pointer?
what are the different storage classes in c?
Explain how can a program be made to print the line number where an error occurs?
What is the difference between struct and union in C?
What is the sizeof () operator?
What are the data types present in c?
What is difference between Structure and Unions?