how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / altaf khan
it will give an error becoz in place of condition it is given a statement which does not returns boolean value
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the data types present in c?
What is .obj file in c?
What is the purpose of scanf() and printf() functions?
What are global variables and how do you declare them?
Why we write conio h in c?
Explain what is the difference between #include and #include 'file' ?
What is bubble sort in c?
What is pre-emptive data structure and explain it with example?
What is storage class?
Explain c preprocessor?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is use of pointer?
Write a simple code fragment that will check if a number is positive or negative.
What is the use of define in c?
Why is void main used?