What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / ramesh
c is strongest
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the use of class in c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What are the uses of typedef in a program?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Explain method of creating object in C++ ?
Is c++ an integer?
What do you mean by ‘void’ return type?
What is the advantage of an external iterator.
Explain about vectors in c ++?
Who was the creator of c++?
Should the this pointer can be used in the constructor?
How can you say that a template is better than a base class?
Explain container class.
Why do we need templates?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor