what is the difference between c and java?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between union and structure in c?

554


What are global variables and explain how do you declare them?

543


Explain how do you print only part of a string?

626


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1737


How can I get random integers in a certain range?

592






What is the use of f in c?

536


What is the difference between volatile and const volatile?

543


What is the use of sizeof () in c?

527


Is c a great language, or what?

578


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

603


Why is c platform dependent?

600


What is the description for syntax errors?

584


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1701


string reverse using recursion

1786


What is the difference between class and object in c?

552