what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / neela azibha
java is an programming language,very easy to learn in my knowledge java fullform is JAVANESE ARCHITECTURE VIRTUAL ACCELERATOR.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is an identifier?
What is scope and lifetime of a variable in c?
What should malloc(0) do?
What is const keyword in c?
Explain about the constants which help in debugging?
How arrays can be passed to a user defined function
What is the condition that is applied with ?: Operator?
Explain the use of bit fieild.
What is a constant and types of constants in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Explain the difference between strcpy() and memcpy() function?
How do you print an address?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop