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

1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,


What is difference between && and & in c?

1 Answers  


Linked lists -- can you tell me how to check whether a linked list is circular?

1 Answers  


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


What are linked lists in c?

1 Answers  


What is extern variable in c with example?

1 Answers  


If you know then define #pragma?

1 Answers  


Why main function is special give two reasons?

1 Answers  


how to make program without <> in libray.

0 Answers  


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1 Answers  


What is c language and why we use it?

1 Answers  


Categories