what are you now programming Languages C+
Answer / hcl software compay
The C+ is progaming language ths is language is are use
in computer fistle provied program in computer languags
| Is This Answer Correct ? | 5 Yes | 4 No |
What Is Operator Overloading in C++?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }
Is stl part of c++ standard?
How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "
How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
how to overload << and >> operator in c++
Can we use stl in coding interviews?
Why should a c++ programmer be interested in stl?