How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / sur
never..
because initially condition is true,
and x is false, so it will comes out of loop.
| Is This Answer Correct ? | 10 Yes | 23 No |
Post New Answer View All Answers
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What does new do in c++?
daily Routine of father
Can we delete this pointer in c++?
You run a shell on unix system. How would you tell which shell are you running?
What is enum c++?
what do you mean by volatile variable?
What does override mean in c++?
Explain the uses of static class data?
What is the basic concept of c++?
How would you use the functions randomize() and random()?
Difference between delete and free.
Tell me what are static member functions?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Should I learn c++ c?