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
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain how many levels deep can include files be nested?
Why c is called a middle level language?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is %d called in c?
How to write a multi-statement macro?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Explain what is the benefit of using const for declaring constants?
List the different types of c tokens?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is the purpose of & in scanf?
How do I round numbers?
What is static identifier?
How will you find a duplicate number in a array without negating the nos ?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.