What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / g-c-r
Java is the strongest programming Language
| Is This Answer Correct ? | 22 Yes | 13 No |
Post New Answer View All Answers
Explain "const" reference arguments in function?
List down the guideline that should be followed while using friend function.
What is the output of the following program? Why?
What is the difference between struct and class?
Explain how to initialize a const data member.
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Is linux written in c or c++?
What is c++ try block?
Is map thread safe c++?
Write about c++ storage classes?
Write a recursive program to calculate factorial in c++.
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Can c++ do everything c can?
What does it mean to declare a member function as virtual?
Is map sorted c++?