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
What is a null string in c?
What is the difference between a string and an array?
What is getch c?
Difference between Shallow copy and Deep copy?
How can you tell whether two strings are the same?
why wipro wase
What is chain pointer in c?
How do c compilers work?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Write a program to print "hello world" without using a semicolon?
Tell me what is null pointer in c?
Why is c called "mother" language?
What is the right way to use errno?
Tell me can the size of an array be declared at runtime?
How can I sort more data than will fit in memory?