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
Explain goto?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is masking?
What is the general form of a C program?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What does the function toupper() do?
How can you return multiple values from a function?
What oops means?
what is the format specifier for printing a pointer value?
What is graph in c?
differentiate built-in functions and user – defined functions.
What is the basic structure of c?
Why do we write return 0 in c?
What is data structure in c and its types?
Describe static function with its usage?