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 / manchu

yes the above answer ids write but when i try to run the c
file i got an error as

'cl' is not recognized as an internal or external command,
operable program or batch file.

can anyone tell me whether i should include any directory
path ..
otherwise please tell me the steps that should be done
before running the c file

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use c for the speed of light?

1096


What are volatile variables in c?

882


What are different types of pointers?

1010


Can variables be declared anywhere in c?

1032


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4620


What is selection sort in c?

1012


What are 'near' and 'far' pointers?

982


What does the file stdio.h contain?

997


.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; }

2503


Where static variables are stored in memory in c?

945


Explain the process of converting a Tree into a Binary Tree.

2607


What is static identifier?

1160


Why use int main instead of void main?

1068


What is atoi and atof in c?

1025


What are the 4 types of unions?

984