how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");

Answer Posted / viji

It will give a warning message........

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a union?

611


What is the explanation for cyclic nature of data types in c?

649


When should structures be passed by values or by references?

586


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1122


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

666






What is string in c language?

628


What is sizeof array?

614


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

669


What is #ifdef ? What is its application?

650


What is the general form of #line preprocessor?

588


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14965


Linked lists -- can you tell me how to check whether a linked list is circular?

647


how many errors in c explain deply

1632


Why are algorithms important in c program?

623


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

637