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 type is sizeof?
Explain what is wrong in this statement?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is linear search?
How can I call fortran?
What is c language and why we use it?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Why double pointer is used in c?
How can I find out if there are characters available for reading?
What is conio h in c?
What is a pointer variable in c language?
In a switch statement, what will happen if a break statement is omitted?
When is a null pointer used?
Explain how do you generate random numbers in c?