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 |
How many bytes are occupied by near, far and huge pointers (dos)?
how to compare two strings without using strcmp() function??
can any one tel me wt is the question pattern for NIC exam
what are advantages of U D F?
What is the ANSI C Standard?
WHAT IS ABSTRACT DATA TYPE
What is keyword with example?
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
What is the use of in c?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
what are the files which are automatically opened when a c file is executed?