What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?

Answers were Sorted based on User's Feedback



What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?..

Answer / sivasankar

java is the strongest programming language

Is This Answer Correct ?    2 Yes 1 No

What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?..

Answer / rajeev

VC++

Is This Answer Correct ?    1 Yes 0 No

What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?..

Answer / abbas ali

c
b'cause it is procedur based and we dont have to deal with
objects....

Is This Answer Correct ?    2 Yes 2 No

What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?..

Answer / mms zubeir

First of all, it's not a 'first-come' win race, even we
cannot do that also...

Every programming language has its own strengths and
weaknesses depends upon the usage domain, problem type,
output criteria that the user wants, cost - time efficiency
both at development as well as user front, etc.

Considering all the above, I would choose C++ as the
stronger since;

1. Its extensive support for OOPs (otherwise it would be C
the stronger)
2. Its ability to penetrate to the lowest level of a system
3. The most important thing is, it never stop you
implementing your creativity (unlike Java - we cannot go
beyond a level, and C# - making it complex to go system
level).

Is This Answer Correct ?    1 Yes 1 No

What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?..

Answer / kranthi

c# is strongest programming language

Is This Answer Correct ?    1 Yes 1 No

What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?..

Answer / arun

java is the strongest language

Is This Answer Correct ?    1 Yes 1 No

What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?..

Answer / a .phani krishna yadav

c will be strongest programming language even in the future also.why people run after java ,c++.ofcourse they may have their own importance in their respective domains but when it is up to the performance nothing can beat c.for your kind information all java lovers come to know one thing that your so called java language compiler itself is written in c.java is suitable only for web programming and internet appliactions .in future some other language may come and replace it as a general purpose programming language.but c as an unbeatable system programming language is extremely hard to replace.the one and only alternative for c is assembly language but nobody is ready to use it because of its complexity.so c will continue to be the higly used system programming language for many many more years to come right from now

Is This Answer Correct ?    2 Yes 2 No

What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?..

Answer / madhukumar.vr

C++

Is This Answer Correct ?    0 Yes 0 No

What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?..

Answer / 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

What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?..

Answer / saranya

java is only the strongest programming language than other
programming languages

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C++ General Interview Questions

int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


What information can an exception contain?

0 Answers  


write a program that reads in a file and counts the number of lines, words, and characters. Your program should ask the user to input a filename. Open the file and report an error if the file does not exist or cannot be opened for some other reason. Then read in the contents of the file and count the number of lines, words, and characters in the file. Also print additional information about the file, such as the longest and shortest words, and longest and shortest lines. For simplicity, we define a word to be one or more characters ending with white space (a space, tab, carriage return, etc.). Functions for checking the types of characters can be found in the ctype.h header file, so you want to include this header file in your program. For example, the sentence below could be all that is in a file. This sentence IT 104 is taught in C++. has 32 characters, one line, and six words. The shortest line is 32 characters. The longest line is 32 characters. The shortest word is 2 characters. The longest word is 6 characters

0 Answers  


Write a function to find the nth item from the end of a linked list in a single pass.

0 Answers   Huawei,


Mention the ways in which parameterized can be invoked. Give an example of each.

0 Answers  






What are the differences between malloc() and calloc()?

0 Answers  


Name four predefined macros.

0 Answers  


Does c++ vector allocate memory?

0 Answers  


How size of a class can be calulated?

2 Answers  


What is vectorial capacity?

0 Answers  


What are compilers in c++?

0 Answers  


What are mutator methods in c++?

0 Answers  


Categories