What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / saranya
java is only the strongest programming language than other
programming languages
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain deep copy and a shallow copy?
What is the difference between the indirection operator and the address of oper-ator?
Can a built-in function be recursive?
What is a namespace in c++?
Describe friend function & its advantages.
What is a memory leak c++?
What is the latest c++ standard?
What is a map in c++?
How do you define/declare constants in c++?
What is the difference between strcpy() and strncpy()?
Keyword mean in declaration?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
How come you find out if a linked-list is a cycle or not?
How can a struct in c++ differs from a struct in c?