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
How will you find a duplicate number in a array without negating the nos ?
What is the use of define in c?
How are structure passing and returning implemented?
Explain which function in c can be used to append a string to another string?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Difference between goto, long jmp() and setjmp()?
What is the meaning of typedef struct in c?
What are header files and explain what are its uses in c programming?
What is the difference between memcpy and memmove?
How to Throw some light on the splay trees?
Why do we use null pointer?
code for find determinent of amatrix
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Differentiate between full, complete & perfect binary trees.
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor