for (i <= 5 && i >= -1;++i; i > 0) {
printf("%d
", i);
}
Answer Posted / ajay
can anyone explain how this for loop execute?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are volatile variables in c?
What are the types of type qualifiers in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What are global variables?
What is void pointers in c?
How can type-insensitive macros be created?
All technical questions
What are bitwise shift operators in c programming?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What do you mean by a local block?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
List some basic data types in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Is this program statement valid? INT = 10.50;
What is use of pointer?