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

How do I send escape sequences to control a terminal or other device?

804


What is null pointer constant?

765


Which is more efficient, a switch statement or an if else chain?

760


Do you know the use of 'auto' keyword?

845


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

15422






What's the right way to use errno?

823


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

772


Why ca not I do something like this?

754


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2777


State the difference between x3 and x[3].

815


Is it better to use malloc() or calloc()?

821


When should the const modifier be used?

828


Differentiate call by value and call by reference?

734


What is call by value in c?

727


Should I learn c before c++?

934