what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / jagadeesh
JAVA FULL FORM IS " JUST ANOTHER VIRTUAL APPROACH "
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
What are data types in c language?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
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)
Hai what is the different types of versions and their differences
How can you increase the size of a dynamically allocated array?
What are the advantages of using Unions?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What are global variables and explain how do you declare them?
Why isn't any of this standardized in c? Any real program has to do some of these things.
In C programming, what command or code can be used to determine if a number of odd or even?
Define circular linked list.
Why structure is used in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Explain union.