Write a program to produce the following output:
1
2
3
4
5
6
7
8
9
10
Answer Posted / bilal
guys how about the question write a program toprint
1
2 3
4 5 6
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
What are structure types in C?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Explain can you assign a different address to an array tag?
What is the difference between a string and an array?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Write a program to find the biggest number of three numbers in c?
Why & is used in c?
What does d mean?
What is 02d in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is volatile, register definition in C
What is time complexity c?
Write a program to check armstrong number in c?
What does a pointer variable always consist of?
Explain about C function prototype?