what is the difference between c and java?



what is the difference between c and java?..

Answer / ashu_deepu

the major difference is C is procedural language.

while java is object oriented language.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,


what are advantages of U D F?

1 Answers   Google,


What is the ANSI C Standard?

0 Answers   Celstream,


WHAT IS ABSTRACT DATA TYPE

4 Answers   Wipro,


What is keyword with example?

0 Answers  


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,


Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

1 Answers   TCS,


What is the use of in c?

0 Answers  


Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program

5 Answers   Mascot,


what are the files which are automatically opened when a c file is executed?

3 Answers  


Categories