How to use c/c++ code in JAVA
Answer Posted / skm
C C++ Language C C++ Language
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the usage of the pointer in c?
What is actual argument?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is a good way to implement complex numbers in c?
What is identifiers in c with examples?
Write a program to print factorial of given number without using recursion?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
How can I change the size of the dynamically allocated array?
Who developed c language and when?
What are header files in c?
What’s a signal? Explain what do I use signals for?
What is an expression?
What are disadvantages of C language.
Can we declare variables anywhere in c?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?