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 the difference between array and pointer in c?
Where is volatile variable stored?
Is main an identifier in c?
What is a function in c?
How can you return multiple values from a function?
What is spaghetti programming?
How can you call a function, given its name as a string?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Tell me the use of bit field in c language?
How do you list a file’s date and time?
What is meant by gets in c?
What should malloc(0) do?
Is a house a mass structure?
Is file a keyword in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above