what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / nithya
THERE IS NO FULL FORM FOR JAVA. JAVA IS AN NAME OF COFFEE
SEED
| Is This Answer Correct ? | 197 Yes | 96 No |
Post New Answer View All Answers
Write a code on reverse string and its complexity.
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Between macros and functions,which is better to use and why?
What is a null string in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is pointer to pointer in c language?
What is abstract data structure in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What are the __date__ and __time__ preprocessor commands?
What is the use of header files?
What is c definition?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
How many bytes is a struct in c?