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
Define C in your own Language.
Explain how do you determine a file’s attributes?
What is memcpy() function?
What is the use of function overloading in C?
What is main function in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
How would you rename a function in C?
Where we use clrscr in c?
Explain the use of function toupper() with and example code?
What are the benefits of organizational structure?
What is methods in c?
How are Structure passing and returning implemented by the complier?
What is difference between arrays and pointers?
Suggesting that there can be 62 seconds in a minute?
What is 2 d array in c?