main()
{
intj;
while9j<=10)
{
printf("\n%d",j);
j=j+1;
}
}
Answer Posted / sathsh
unexpected
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the explanation for prototype function in c?
What is the use of a ‘ ’ character?
How can I pad a string to a known length?
What does %p mean c?
explain what is fifo?
write a program to generate address labels using structures?
When is a null pointer used?
What is the purpose of 'register' keyword in c language?
When can a far pointer be used?
program for reversing a selected line word by word when multiple lines are given without using strrev
what are the advantages of a macro over a function?
Explain what is the concatenation operator?
How many data structures are there in c?
What is character constants?
Explain what is a static function?