what are the difference between C,C++and Java



what are the difference between C,C++and Java ..

Answer / v.krishnakumar

c language is a procedural oriented language, but c++, java
are object oridented language. java doesnot support
pointer, multiple inheritance, but c++ allow to support.
java have the facilities of database connection, but c, c++
havenot such cababilites. finally c uses malloc , calloc
for memory allocation, but c++ uses new, delete....

Is This Answer Correct ?    14 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?

0 Answers   Steria,


what is inprocess and outprocess in vb

1 Answers   Msoft,


Is class is a abstract datatype in java?

0 Answers  


how can we maintain the previous version scripts to new version.

0 Answers   DST Global Solutions,


Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)

0 Answers  






Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.

0 Answers  


3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?

1 Answers  


Outline the two important features of a terminating recursion. Any ideas?

0 Answers  


Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.

0 Answers   Amazon,


Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3- by-3 double array of integers. The constructor should initialize the empty board to all zeros. Allow two human players. Wherever the first player moves, place a 1 in the specified square; place a 2 wherever the second player moves. Each move must be to an empty square. After each move determine whether the game has been won and whether the game is a draw. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4

2 Answers  


Who is providing best mainframes online training in Hyderabad

1 Answers  


3. What is the difference between testing and Quality Assurance?

0 Answers  


Categories