How to use c/c++ code in JAVA
Answer Posted / mohmedali
use c/ c++ linkage specifications
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
Compare and contrast compilers from interpreters.
How will you write a code for accessing the length of an array without assigning it to another variable?
Explain the use of keyword 'register' with respect to variables.
Which is best linux os?
Explain how can I write functions that take a variable number of arguments?
Why static variable is used in c?
What is pointer to pointer in c language?
What is the difference between array_name and &array_name?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
c program for searching a student details among 10 student details
What is function prototype?
Is it fine to write void main () or main () in c?
What is c value paradox explain?
Why is it that not all header files are declared in every C program?
How are strings stored in c?