Answer Posted / yashvir yadav
by the help of loop we run the part of program many times with in the a specific condition. that part of program have a range it close in special sign({.......}).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write program to remove duplicate in an array?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is signed and unsigned?
What is pointer to pointer in c language?
Do you know the use of fflush() function?
Why do we use int main instead of void main in c?
Why do we use pointer to pointer in c?
If you know then define #pragma?
Is it better to use malloc() or calloc()?
What is scope of variable in c?
Explain the use of 'auto' keyword
develop algorithms to add polynomials (i) in one variable
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are compound statements?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?