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

what is the meaning of java that is (J A V A) full form of
JAVA

Answer Posted / revathyumavanitha

justifycomputer architecture for virtual application

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The difference between printf and fprintf is ?

1226


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

1099


Explain the term printf() and scanf() used in c language?

1011


#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); }

1014


State the difference between realloc and free.

1040


Explain how are 16- and 32-bit numbers stored?

1217


Simplify the program segment if X = B then C ← true else C ← false

2969


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

3207


How can I remove the trailing spaces from a string?

1037


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

2034


What is scope of variable in c?

1003


What is putchar() function?

1091


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2271


What is the difference between a free-standing and a hosted environment?

1109


write a program to concatenation the string using switch case?

2049