How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / madhupathania
forever
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is c++ coding?
What are register variables?
Can manipulators fall in love?
What is lambda in c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
We use library functions in the program, in what form they are provided to the program?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What are the benefits of oop in c++?
What is flush programming?
Can turbo c++ run c program?
What are the advantages of early binding?
Mention the ways in which parameterized can be invoked. Give an example of each.
What data encapsulation is in c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
What is null pointer and void pointer?