what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / manikanta
j------just
a------act
v------for very
a------action
don't think to much
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
How can I get back to the interactive keyboard if stdin is redirected?
Explain the difference between null pointer and void pointer.
What is pragma in c?
What is the basic structure of c?
What is the deal on sprintf_s return value?
Is this program statement valid? INT = 10.50;
How can you restore a redirected standard stream?
Explain how does flowchart help in writing a program?
What is header file in c?
Why & is used in c?
What the advantages of using Unions?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
How do you print only part of a string?