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
What is assignment operator?
Why do we use header files in c?
What is difference between main and void main?
Can the size of an array be declared at runtime?
How can I call a function with an argument list built up at run time?
What is auto keyword in c?
in linking some of os executables are linking name some of them
What is malloc() function?
How can I implement sets or arrays of bits?
What is the difference between procedural and declarative language?
What is the symbol indicated the c-preprocessor?
What is break statement?
What is chain pointer in c?
Is python a c language?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)