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
What does sizeof return c?
Explain two-dimensional array.
Can we use any name in place of argv and argc as command line arguments?
What’s a signal? Explain what do I use signals for?
What are integer variable, floating-point variable and character variable?
Why we use break in c?
Why static is used in c?
Write a program to print ASCII code for a given digit.
What is the difference between struct and typedef struct in c?
Can include files be nested? How many levels deep can include files be nested?
What are pointers? What are different types of pointers?
What is switch in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Do you know what are the properties of union in c?
What is the significance of an algorithm to C programming?