What is vector string in c++?
How to tokenize a string in c++?
what is the use of Namespace in c++.
What is the use of lambda in c++?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is algorithm in c++ programming?
What are shallow and deep copies?
what are the decision making statements in C++? Explain if statement with an example?
Name some pure object oriented languages?
What is null and void pointer?
What is the use of endl in c++ give an example?
What is a syntax in c++?