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 storage class?
What is an arrays?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
given post order,in order construct the corresponding binary tree
What is a structure member in c?
What happens if header file is included twice?
What is the use of getchar functions?
What is pass by reference in c?
Explain the difference between #include "..." And #include <...> In c?
What is difference between structure and union in c programming?
What are header files in c programming?
What is variable and explain rules to declare variable in c?
if p is a string contained in a string?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Explain what is the difference between functions abs() and fabs()?