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
What is difference between far and near pointers?
What is a program flowchart and how does it help in writing a program?
Explain the concept and use of type void.
Who invented b language?
Explain Function Pointer?
Are there constructors in c?
Is c high or low level?
What are the advantages of using macro in c language?
What is volatile variable in c?
List a few unconditional control statement in c.
What does return 1 means in c?
What is operator promotion?
By using C language input a date into it and if it is right?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
How can I get the current date or time of day in a c program?