What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / arun
java is the strongest language
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between ++ count and count ++?
What is abstraction c++?
Should the this pointer can be used in the constructor?
What is capacity in vector in c++?
Define Virtual function in C++.
What are iterators in c++?
Why do we need pointers?
What is a null object in c++?
How do you decide which integer type to use?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What do you know about near, far and huge pointer?
What is different in C++, compare with unix?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.