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 pivot in c?

0 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


c programming of binary addition of two binary numbers

4 Answers  


Are the variables argc and argv are always local to main?

0 Answers  


consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is

4 Answers   TCS,






What is the scope of static variables?

1 Answers  


What is the purpose of & in scanf?

0 Answers  


Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

5 Answers   ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

0 Answers   MNC,


What is double pointer in c?

0 Answers  


plz let me know how to become a telecom protocol tester. thank you.

0 Answers  


Categories