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 |
what is answer for perfect number????????????????
Can anyone tell what is stack overflow? what precaution we should take?
prototype of sine function.
What is the scope of static variables in c language?
What is gets() function?
Explain the use of 'auto' keyword in c programming?
What is main void in c?
What are extern variables in c?
What is dynamic memory allocation?
write a program to find lcm and hcf of two numbers??
What is the difference between #include <header file> and #include “header file”?
write a program that finds the factorial of a number using recursion?