How to use c/c++ code in JAVA
Answer Posted / henk
What did you said?
why to run back in c/c++ when u r using java which includes
All the features of c/c++
C is much "deeper in the machine" than Java. In C, you can ask the value of a place in your memory wich you like. There are no boundry's!(well, windows don't like it, lets use the pingiun). Pointers are realy great and usefull, and C provide them. Java and pointers? Imposible!
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is #pragma statements?
Is malloc memset faster than calloc?
What is the difference between break and continue?
Why string is used in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is dynamic memory allocation?
Why is c called c?
What are the advantages of external class?
How variables are declared in c?
What is preprocessor with example?
What is infinite loop?
What are the loops in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is spaghetti programming?