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 / jinga lala

5
3
1

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you use the functions fseek(), freed(), fwrite() and ftell()?

697


What are c identifiers?

621


What is #ifdef ? What is its application?

640


Can an array be an Ivalue?

657


What is self-referential structure in c programming?

653






What is sizeof int?

629


What do you know about the use of bit field?

606


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2197


Create a simple code fragment that will swap the values of two variables num1 and num2.

802


why we wont use '&' sing in aceesing the string using scanf

1777


What is function prototype in c language?

606


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2644


Why doesnt that code work?

597


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1115


Why c is known as a mother language?

636