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

basically c is similar to java than c++, its better to use
the code in c which is very similar to java...

Is This Answer Correct ?    19 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is return a keyword in c?

1090


How can I pad a string to a known length?

1034


Explain how can I make sure that my program is the only one accessing a file?

1225


Why #include is used in c language?

1054


What is pass by reference in functions?

848


Tell me when would you use a pointer to a function?

1065


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1034


What is the stack in c?

1154


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2693


Write a program on swapping (100, 50)

1127


What is pre-emptive data structure and explain it with example?

3732


What is the difference between exit() and _exit() function?

1047


What is the use of putchar function?

1057


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1060


Which is the best website to learn c programming?

1078