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
Can we increase size of array in c?
What is a static variable in c?
Is c still relevant?
Explain how do you convert strings to numbers in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Explain what are run-time errors?
difference between native and cross compilers
What is c mainly used for?
What are the types of data structures in c?
Is c pass by value or reference?
What are valid operations on pointers?
Why pointers are used in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What are terms in math?
What are the application of c?