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
Apart from dennis ritchie who the other person who contributed in design of c language.
Is main an identifier in c?
What are the usage of pointer in c?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Explain how can you avoid including a header more than once?
How are portions of a program disabled in demo versions?
What is the ANSI C Standard?
What is unary operator?
Explain bit masking in c?
What is the meaning of typedef struct in c?
What is binary tree in c?
What is %lu in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Is return a keyword in c?