What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / gopichandar
java
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What is the basic structure of c++ program?
What do you mean by “this” pointer?
What is a .h file c++?
Who made c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Define a pointer to a data member of the type pointer to pointer?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What are the uses of c++ in the real world?
How is modularity introduced in C++?
What is nested class in c++?
How do you write a function that can reverse a linked-list?
What is the difference between C and CPP?
What is iomanip c++?
What is std :: endl?
Should a constructor be public or private?