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
Differentiate between full, complete & perfect binary trees.
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Explain the use of bit fieild.
When should a type cast be used?
Explain how are portions of a program disabled in demo versions?
Explain how can I avoid the abort, retry, fail messages?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Explain what does the format %10.2 mean when included in a printf statement?
Do pointers need to be initialized?
What is the difference between array and linked list in c?
Why is c not oop?
if p is a string contained in a string?
Why do we use int main instead of void main in c?
How can I ensure that integer arithmetic doesnt overflow?
number of times a digit is present in a number