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


Please Help Members By Posting Answers For Below Questions

Can a file other than a .h file be included with #include?

685


What is the easiest sorting method to use?

635


What are global variables and how do you declare them?

621


How can you call a function, given its name as a string?

713


Explain that why C is procedural?

656






Explain why C language is procedural?

770


Is exit(status) truly equivalent to returning the same status from main?

585


How do you redirect a standard stream?

624


What are qualifiers?

615


What is a stream?

649


What is equivalent to ++i+++j?

643


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

835


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

631


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3336


How do you print an address?

746