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 |
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
What are the advantages of using linked list for tree construction?
Does c have enums?
Why is C called a middle-level language?
Why do some versions of toupper act strangely if given an upper-case letter?
difference between string and array?
what does exit() do?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
How can I dynamically allocate arrays?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
Explain the difference between strcpy() and memcpy() function?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,