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 the 'named constructor idiom'?
Differentiate between ordinary variable and pointer in c.
write a c program to find the sum of five entered numbers using an array named number
What is header file definition?
Why do we need functions in c?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is the size of structure pointer in c?
how is the examination pattern?
What are the salient features of c languages?
What is the most efficient way to store flag values?
how do you programme Carrier Sense Multiple Access
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is bash c?
Is fortran still used today?
largest Of three Number using without if condition?