what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / raja
just Another Vague Acronym
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is f'n in math?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Explain zero based addressing.
Tell me when is a void pointer used?
What are extern variables in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is %d used for?
What are the different types of control structures?
How many keywords (reserve words) are in c?
What is meant by realloc()?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is the difference between class and object in c?
What is clrscr ()?
Do you have any idea about the use of "auto" keyword?
Ow can I insert or delete a line (or record) in the middle of a file?