what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / sun-ny
Junction Actual Virtual Application
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of clrscr () printf () and getch ()?
Explain what are its uses in c programming?
What is selection sort in c?
How can you determine the maximum value that a numeric variable can hold?
What are the 4 types of functions?
Do you know the purpose of 'register' keyword?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What do header files do?
What is difference between far and near pointers?
what do you mean by enumeration constant?
Is the exit() function same as the return statement? Explain.
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is the size of empty structure in c?
What is string function c?
How do you define structure?