what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Post New Answer View All Answers
What is main () in c language?
What is function prototype in c language?
How do I copy files?
What is this infamous null pointer, anyway?
What are loops c?
What are the 5 types of organizational structures?
What are structures and unions? State differencves between them.
Can a function argument have default value?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
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); } }
ATM machine and railway reservation class/object diagram
how to build a exercise findig min number of e heap with list imlemented?
cavium networks written test pattern ..
What is the role of this pointer?
What is meant by operator precedence?