How to use c/c++ code in JAVA
Answer Posted / thangavelbalu
Using "native" keyword
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What library is sizeof in c?
In which header file is the null macro defined?
What is zero based addressing?
When is a null pointer used?
Explain why C language is procedural?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What are the different types of control structures?
Tell us two differences between new () and malloc ()?
How are portions of a program disabled in demo versions?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is malloc calloc and realloc in c?
What does the && operator do in a program code?
How do you define CONSTANT in C?
Explain what does the format %10.2 mean when included in a printf statement?