what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / avni parakh
Java is just an ideal name originated from coffee
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
why we wont use '&' sing in aceesing the string using scanf
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
is it possible to create your own header files?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Does free set pointer to null?
What is clrscr in c?
Is there any possibility to create customized header file with c programming language?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is meant by preprocessor in c?
How arrays can be passed to a user defined function
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?