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 two types of structure?
What do you mean by command line argument?
What are different storage class specifiers in c?
What does the c preprocessor do?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
what are bit fields in c?
while initialization of array why we use a[][2] why not a[2][]...?
Explain how can I manipulate strings of multibyte characters?
What will be your course of action for a push operation?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is array of structure in c?
What is %g in c?
What is the ANSI C Standard?
What is a pointer and how it is initialized?
Can a pointer be volatile in c?