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
What is the difference between procedural and declarative language?
Define Array of pointers.
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is the difference between abs() and fabs() functions?
Explain what is meant by 'bit masking'?
What is a buffer in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
how do you execute a c program in unix.
Why flag is used in c?
What is the full form of getch?
Explain heap and queue.
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Tell me what are bitwise shift operators?
What is output redirection?
What are the 4 data types?