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
Explain how can I read and write comma-delimited text?
Can we use visual studio for c?
What are the 5 data types?
What is c programming structure?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
what is ur strangth & weekness
Explain can static variables be declared in a header file?
How can you access memory located at a certain address?
how to find anagram without using string functions using only loops in c programming
Is c compiled or interpreted?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
How can I find out the size of a file, prior to reading it in?
What is #line in c?
What are qualifiers in c?