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

how do you execute a c program in unix.

636


What is null pointer constant?

594


What is the use of getchar functions?

674


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

718


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

667






What is s in c?

614


What are the different types of objects used in c?

573


What are structural members?

568


What does struct node * mean?

599


What is the use of typedef in c?

585


Write a program to find the biggest number of three numbers in c?

588


What is the difference between malloc calloc and realloc in c?

646


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

729


Explain continue keyword in c

586


Explain what are multibyte characters?

627