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 |
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
What is difference between && and & in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
What are linked lists in c?
What is extern variable in c with example?
If you know then define #pragma?
Why main function is special give two reasons?
how to make program without <> in libray.
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is c language and why we use it?