How to use c/c++ code in JAVA

Answer Posted / guest

basically c is similar to java than c++, its better to use
the code in c which is very similar to java...

Is This Answer Correct ?    19 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is sprintf unsafe?

611


what does static variable mean?

643


Explain how do you use a pointer to a function?

634


When should you use a type cast?

583


Explain what are the different file extensions involved when programming in c?

626






When is a void pointer used?

672


What is string length in c?

600


Write a program for finding factorial of a number.

623


what is different between auto and local static? why should we use local static?

632


What does the && operator do in a program code?

687


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

742


What does s c mean in text?

600


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1495


Difference between macros and inline functions? Can a function be forced as inline?

700


What is bash c?

550