How to use c/c++ code in JAVA
Answer Posted / ramu
in the form of headerfiles
| Is This Answer Correct ? | 11 Yes | 11 No |
Post New Answer View All Answers
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What does %d do?
What is the difference between variable declaration and variable definition in c?
Explain main function in c?
Difference between malloc() and calloc() function?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
what is the different bitween abap and abap-hr?
can any one provide me the notes of data structure for ignou cs-62 paper
Explain what is wrong with this program statement? Void = 10;
What is cohesion in c?
What do you mean by a local block?
Explain the concept and use of type void.
What are the 4 types of functions?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is array of pointers to string?