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
When should you not use a type cast?
Explain how are 16- and 32-bit numbers stored?
what is a function method?give example?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is abstract data structure in c?
What are the 5 organizational structures?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Can you think of a logic behind the game minesweeper.
Is c high or low level?
Differentiate between null and void pointers.
Explain what are the different file extensions involved when programming in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
How can you find the day of the week given the date?
Why static variable is used in c?
Who developed c language?