what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / ashok
I think it will print ascii values of 0,1,2 and so on upto 1000
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
Can a file other than a .h file be included with #include?
How arrays can be passed to a user defined function
Explain how do you view the path?
What are the advantages of external class?
Is calloc better than malloc?
Explain the concept and use of type void.
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
What is operator promotion?
What is union and structure?
What is the difference between void main and main in c?
What is variables in c?
What is structure pointer in c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is the basic structure of c?