what is op?
for(c=0;c=1000;c++)
printf("%c",c);

Answer Posted / deep

it show compliation error

Is This Answer Correct ?    11 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to create duplicate link list using C???

2077


What is getch () for?

681


Difference between Function to pointer and pointer to function

636


What kind of structure is a house?

562


Can you add pointers together? Why would you?

649






what is recursion in C

618


What is array in c with example?

619


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

590


What is the use of pointers in C?

624


What is infinite loop?

632


What is c definition?

752


What are pragmas and what are they good for?

580


find the sum of two matrices and WAP for it.

637


I have seen function declarations that look like this

606


while initialization of array why we use a[][2] why not a[2][]...?

1869