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 g value paradox?
Is there a way to jump out of a function or functions?
Where static variables are stored in memory in c?
Explain what is the difference between text files and binary files?
When should the register modifier be used? Does it really help?
What is bin sh c?
Where register variables are stored in c?
Why is c used in embedded systems?
What is the difference between array and structure in c?
ATM machine and railway reservation class/object diagram
Tell us two differences between new () and malloc ()?
What are the ways to a null pointer can use in c programming language?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
How can I ensure that integer arithmetic doesnt overflow?
how many key words availabel in c a) 28 b) 31 c) 32