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

what is dangling pointer?

1 Answers   LG Soft,


What is array within structure?

0 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers   Wipro,


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   MAHINDRA, Protech, Sivan Tech,


a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  






How we can set and clear bit in a byte using macro function?

2 Answers   L&T, Samsung,


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


IS STRUCTURES CAN BE USED WITHIN AN ARRAY?

7 Answers   Caritor,


Explain what are multibyte characters?

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


Why c is called procedure oriented language?

0 Answers  


Categories