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
Is swift based on c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Is there anything like an ifdef for typedefs?
What is printf () in c?
What are the types of data files?
Write a program to check prime number in c programming?
What is return type in c?
Was 2000 a leap year?
What is function pointer c?
What is break statement?
What is the mean of function?
Can include files be nested? How many levels deep can include files be nested?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Who invented bcpl language?
Explain modulus operator.