Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to use c/c++ code in JAVA

Answer Posted / mohmedali

use c/ c++ linkage specifications

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of using const for declaring constants?

1104


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

1168


what is uses of .net

1787


List the difference between a 'copy constructor' and a 'assignment operator' in C?

1141


What is meant by errors and debugging?

1155


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

1057


Explain the properties of union. What is the size of a union variable

1248


write a program to find the given number is prime or not

4841


What are valid operations on pointers?

1262


Does c have function or method?

1062


What is the difference between functions abs() and fabs()?

1207


What is an lvalue?

1107


Is main a keyword in c?

1183


What is a structure member in c?

1052


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2858