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
How do I send escape sequences to control a terminal or other device?
What is null pointer constant?
Which is more efficient, a switch statement or an if else chain?
Do you know the use of 'auto' keyword?
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.
What's the right way to use errno?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Why ca not I do something like this?
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
State the difference between x3 and x[3].
Is it better to use malloc() or calloc()?
When should the const modifier be used?
Differentiate call by value and call by reference?
What is call by value in c?
Should I learn c before c++?