what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / srikanth kothakonda
java is an object oriented programming language . invented by james gosling
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does the file stdio.h contain?
What is the meaning of c in c language?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How pointers are declared?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Is null equal to 0 in sql?
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.
What does node * mean?
Does c have class?
Can we access array using pointer in c language?
Explain bit masking in c?
What is meant by type casting?
What is oops c?
write a program for the normal snake games find in most of the mobiles.
Why doesnt this code work?