#include<stdio.h>
main()
{int i=1;j=1;
for(;;)
{if(i>5)
break;
else
j+=1;
printf("\n%d",j)
i+=j;
}
}
Answer Posted / vijay pal
2
5
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
How is a structure member accessed?
What is union and structure in c?
Why do we use return in c?
Explain how do you determine the length of a string value that was stored in a variable?
Lists the benefits of c programming language?
What do you understand by friend-functions? How are they used?
Do you know what are bitwise shift operators in c programming?
Can you write the function prototype, definition and mention the other requirements.
What is c programing language?
Explain About fork()?
write a program in c language to print your bio-data on the screen by using functions.
What's the right way to use errno?
Can one function call another?
What does s c mean on snapchat?