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

Answer Posted / p

answer 6 is absolutely correct

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

cavium networks written test pattern ..

3602


what is a constant pointer in C

688


What is a union?

617


How do you search data in a data file using random access method?

849


What does %d do?

736






What are local static variables? How can you use them?

653


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

674


What is the use of a conditional inclusion statement in C?

613


How can I write a function that takes a format string and a variable number of arguments?

613


Should I learn c before c++?

644


What are the two types of structure?

590


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

632


Write a program for finding factorial of a number.

640


Tell me about low level programming languages.

651


What is the difference between fread buffer() and fwrite buffer()?

682