Which programming language is best?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of dot in c++?
What is the difference between Char a[ ]=”string” and char *a=”String”
diff between pointer and reference in c++?
What is the need of a destructor? Explain with the help of an example.
What is difference between n and endl in c++?
what is the use of Namespace in c++.
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
why we cant create array of refrences
Define the operators that can be used with a pointer.
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
Keyword mean in declaration?
Is c++ the hardest language?