The process of repeatedly running a set of computer instructions until some condition is specifed
a) condition
b) sequential condition
c) global
d) iteration
No Answer is Posted For this Question
Be the First to Post Answer
Tell me the use of bit field in c language?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
explain what is fifo?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
what is the role you expect in software industry?
Can we use visual studio for c?
Write a c program to demonstrate Type casting in c?
What is the diffrent between while and do while statement ?
write a c program to add two integer numbers without using arithmetic operator +
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
What is that continue statement??