Answer Posted / saranya
an array is a collection of elements with same data type.
it can also reduce the storage space
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the uses of static class data?
Write about the local class and mention its use?
How come you find out if a linked-list is a cycle or not?
What is a character in c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
Explain the scope of resolution operator.
Distinguish between a # include and #define.
What parameter does the constructor to an ofstream object take?
What is function prototyping?
Specify different types of decision control statements?
Can comments be longer than one line?
What is conditions when using boolean operators?
What is tellg () in c++?
How would you call C functions from C++ and vice versa?
Explain selection sorting. Also write an example.