How to use c/c++ code in JAVA
Answer Posted / gaurav
why to run back in c/c++ when u r using java which includes
All the features of c/c++
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is the purpose of 'register' keyword in c language?
Why main is used in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
How can I write a function analogous to scanf?
What is the method to save data in stack data structure type?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
When should volatile modifier be used?
Is c compiled or interpreted?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is a pointer on a pointer in c programming language?
Can a file other than a .h file be included with #include?
What are different types of variables in c?
What is the difference between typedef struct and struct?
What is c language & why it is used?
Explain the difference between the local variable and global variable in c?