how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / rahul
infinite times
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Differentiate abs() function from fabs() function.
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
can we implement multi-threads in c.
Why flag is used in c?
Explain what is the purpose of "extern" keyword in a function declaration?
Explain the advantages and disadvantages of macros.
What does typedef struct mean?
What are different types of operators?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What are identifiers c?
What is use of #include in c?
What are c identifiers?
What is the default value of local and global variables in c?
writ a program to compare using strcmp VIVA and viva with its output.
What is the difference between procedural and functional programming?