how does the for loop work actually..suppose for the
following program how it ll work plz explain to me
for(i=5;i>=0;i--)
prinf(i--);
Answer Posted / aparna
both of the answers are wrong
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is static and auto variables in c?
What is difference between function overloading and operator overloading?
Define recursion in c.
int i=10; printf("%d %d %d", i, i=20, i);
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Give the rules for variable declaration?
What are pointers in C? Give an example where to illustrate their significance.
What are qualifiers in c?
What are keywords in c with examples?
What is the difference between char array and char pointer?
What is C language ?
what is ur strangth & weekness
Differentiate between the expression “++a” and “a++”?
Give basis knowledge of web designing ...
Why is c faster?