how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / guest
Infinite
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Describe the steps to insert data into a singly linked list.
What are predefined functions in c?
What is function prototype in c with example?
What are preprocessor directives in c?
What do you mean by scope of a variable in c?
What is #line in c?
Write a program to check whether a number is prime or not using c?
I have seen function declarations that look like this
What is wrong in this statement? scanf(ā%dā,whatnumber);
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Why we use int main and void main?
What is pointer to pointer in c?
What is #define size in c?
What is uint8 in c?
What are lookup tables in c?