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
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is a loop?
What is difference between structure and union in c programming?
Tell me can the size of an array be declared at runtime?
What does malloc () calloc () realloc () free () do?
What is binary tree in c?
How can a program be made to print the line number where an error occurs?
What is string length in c?
what value is returned to operating system after program execution?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Can a program have two main functions?
Why we use int main and void main?
What is a wrapper function in c?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Why is c fast?