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 are the properties of union in c?
Why c is a procedural language?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is #define?
What was noalias and what ever happened to it?
Can you explain the four storage classes in C?
Explain b+ tree?
What do you mean by command line argument?
Can the size of an array be declared at runtime?
What are the different types of control structures in programming?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
How many levels of pointers can you have?
When can a far pointer be used?
Can we change the value of #define in c?
Write a program that accept anumber in words