What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / billy howell
You people do realize that you are answering the wrong
question, right? It didn't ask which is strongest. It
asked which is your strongest. As this question is
completely subjective, I would guess that you balance the
truth with what the company is looking to procure. If they
want a C++ developer and your strongest language is Java,
you may want to say C++ as long as you are strong in that
language.
By the way, please do not use the phrase "most strongest"
in an interview unless you want to get laughed out the
door. Also, all of you that plugged Java here may be
impressed by platform indepence, which C# and VB.NET have
too, but try running real-time systems with Java. People
who work in the video, high-level math, and game industries
cried a little bit when you said Java was the best. : )
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Mention the ways in which parameterized can be invoked.
What is abstraction in c++ with example?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is scope in c++ with example?
How long it will take to learn c++?
What are the c++ access specifiers?
What is tellg () in c++?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Describe friend function & its advantages.
Can recursive program be written in C++?
program explaining feautures of c++
Define a pointer to a data member of the type pointer to pointer?
A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.
Show the declaration for a static member variable.
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?