Answer Posted / sai kiran
Collection of data of similar datatypes in adjacent memory locations.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of c++? Explain
What are single and multiple inheritances in c++?
Is turbo c++ free?
What is the difference between an external iterator and an internal iterator?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the need of a destructor?
What is the latest version on c++?
What is the use of :: operator in c++?
If a header file is included twice by mistake in the program, will it give any error?
What are the effects after calling the delete this operator ?
what is Loop function? What are different types of Loops?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
In c++, what is the difference between method overloading and method overriding?
what is COPY CONSTRUCTOR and what is it used for?