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 the use of header files?
What is the usage of the pointer in c?
What is a ternary operator in c?
What is the acronym for ansi?
explain what is an endless loop?
Simplify the program segment if X = B then C ← true else C ← false
How does normalization of huge pointer works?
How many levels of indirection in pointers can you have in a single declaration?
How do I send escape sequences to control a terminal or other device?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
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
Why is struct padding needed?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is %d used for?