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

Answer Posted / guest

infinite loop

Is This Answer Correct ?    29 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use c for the speed of light?

597


Why shouldn’t I start variable names with underscores?

619


How do you declare a variable that will hold string values?

659


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2584


What are dangling pointers in c?

629






any "C" function by default returns an a) int value b) float value c) char value d) a & b

656


How many main () function we can have in a project?

602


How do you define a string?

647


What does p mean in physics?

577


string reverse using recursion

1801


What is static function in c?

620


What is the use of #include in c?

568


What is the purpose of type declarations?

670


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

639


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

821