Answer Posted / sujith
Java is not at all a purely oops language.
A language is called to be purely oops language if and only
if what ever we use in that are objects, including data
types. java still uses c types only except for Strings.
Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Explain what is the difference between functions getch() and getche()?
What are the difference between a free-standing and a hosted environment?
What are inbuilt functions in c?
Can a variable be both constant and volatile?
What is use of integral promotions in c?
What are header files and explain what are its uses in c programming?
What is the difference between mpi and openmp?
why return type of main is not necessary in linux
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
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 calloc() function?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is the right type to use for boolean values in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Why is sizeof () an operator and not a function?