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


Please Help Members By Posting Answers For Below Questions

What is linear search?

672


How can I avoid the abort, retry, fail messages?

651


What is sizeof array?

604


What is the sizeof () a pointer?

543


What is the difference between test design and test case design?

1564






Why is c so important?

590


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

1989


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

647


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

620


What is the symbol indicated the c-preprocessor?

690


Is return a keyword in c?

593


What is the difference between ā€˜gā€™ and ā€œgā€ in C?

2497


Explain the meaning of keyword 'extern' in a function declaration.

716


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

607


What is else if ladder?

603