Difference between Structure and Class in C++?

Answer Posted / ammukutty

give the clear full difference between structure and class

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of stl containers?

746


Describe the My Computer and My Documents folders; identify the elements that are present in every Window.

1948


What do stl stand for?

751


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2002


How do you convert stl to steps?

721






Can we use stl in coding interviews?

1391


Is stl open source?

720


a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.

1470


Is stl part of c++ standard?

726


What does stl mean in slang?

730


What is stl stand for?

815


What is stl in c++ with example?

732


Name the different types of stl containers.

791


What two types of containers does the stl provide?

656


What is a standard template library (stl)? What are the various types of stl containers?

776