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 is double pointer?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
How many types of functions are there in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Give basis knowledge of web designing ...
How many types of operator or there in c?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Should a function contain a return statement if it does not return a value?
What are the usage of pointer in c?
explain what are actual arguments?
What are the different types of control structures in programming?
If errno contains a nonzero number, is there an error?
What are compound statements?
can any one tel me wt is the question pattern for NIC exam