How to use c/c++ code in JAVA
Answer Posted / gaurav
why to run back in c/c++ when u r using java which includes
All the features of c/c++
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is substring in c?
What is an lvalue?
What is keyword with example?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
When should structures be passed by values or by references?
What is the full form of getch?
What are volatile variables in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Where are some collections of useful code fragments and examples?
How do you generate random numbers in C?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is external variable in c?
What does struct node * mean?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Why calloc is better than malloc?