how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / pradeep
infinite loop becouse ther is no condition given there.
absence of condition it will be printing hi infinite time
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is null pointer constant?
What is #include called?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the difference between memcpy and memmove?
Explain how are 16- and 32-bit numbers stored?
What are the types of type qualifiers in c?
What is bss in c?
What is ponter?
What does do in c?
Can a local variable be volatile in c?
How can I change their mode to binary?
What is derived datatype in c?
What does the file stdio.h contain?
What are bitwise shift operators in c programming?
Explain the difference between getch() and getche() in c?