Difference between Structure and Class in C++?
Answer Posted / alok
no. we can use the concept of constructor and destruct in c++ structure. one difference is that in c structure and c++ class is structure automatically initialization with zero.
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What is the stl, standard template library?
What two types of containers does the stl provide?
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
How do you convert stl to steps?
What are the components of stl?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
How does an stl file work?
What are the various types of stl containers?
What do stl stand for?
how to use C++?
Define stl.
What does stl stand for in basketball?
What is a stl vector?
What is stl language?
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.