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
Read two numbers from keyboard and find maximum of them?
Tell me is null always defined as 0(zero)?
How can you determine the size of an allocated portion of memory?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
Write a code of a general series where the next element is the sum of last k terms.
Explain how can you tell whether two strings are the same?
Which is best linux os?
Write a program to generate the Fibinocci Series
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
What does it mean when a pointer is used in an if statement?