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

Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d

1 Answers   TCS,


How do you redirect a standard stream?

0 Answers  


What is a function in c?

0 Answers  


input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure

4 Answers   IBM,


What is wrong with this declaration?

0 Answers  






What is a #include preprocessor?

0 Answers  


What is difference between structure and union in c programming?

0 Answers  


Prove or disprove P!=NP.

5 Answers   Microsoft,


write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

2 Answers   Facebook,


What is a class c rental property?

0 Answers  


CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

15 Answers  


Categories