What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / narayana reddy
c language is the best popular language to construct system software and application software packages that the reason to be a high position in programming laguages
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is prototype for that c string function?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Define what is constructor?
Do you know the use of vtable?
Is oops and c++ same?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Write a code/algo to find the frequency of each element in an array?
Explain deep copy and a shallow copy?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is c++ similar to?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Describe the syntax of single inheritance in C++?
Mention the storage classes in c++.
What is the use of main function in c++?
What is the function of I/O library in C++ ?