print out put like this form
1 2 3 4 5 6
3 5 7 9 11
8 12 16 20

Answer Posted / guest

1 2 3 4 5 6 7 8 9 11 12 16 20

Is This Answer Correct ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the general form of a C program?

596


What is exit() function?

559


What is "Duff's Device"?

701


Where are local variables stored in c?

570


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1327






How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15502


Explain modulus operator.

596


What are the differences between Structures and Arrays?

607


How do you override a defined macro?

699


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1714


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1727


What is the purpose of the statement: strcat (S2, S1)?

642


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

770


What is the main difference between calloc () and malloc ()?

573


What does volatile do?

565