print out put like this form
1 2 3 4 5 6
3 5 7 9 11
8 12 16 20
Answer Posted / guest
main()
{
printf(%d,1 2 3 4 5 6 3 5 7 9 11 8 12 16 20)
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c procedural or object oriented?
What is a pragma?
What are header files and explain what are its uses in c programming?
Is it possible to execute code even after the program exits the main() function?
Can include files be nested?
Explain heap and queue.
Explain what are run-time errors?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What are the loops in c?
Does sprintf put null character?
What does 1f stand for?
write a c program in such a way that if we enter the today date the output should be next day's date.
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Does c have class?
Why c is known as a mother language?