What is the basic structure of a c++ program?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the term memory alignment?
Who made c++?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is the use of volatile keyword in c++? Give an example.
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Describe private, protected and public – the differences and give examples.
write a program that takes 5 digit no and calculate 2 power that no and print it.
What is a container class? What are the types of container classes in c++?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What is stl containers in c++?
What is the basic of c++?
Using a smart pointer can we iterate through a container?