what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / srikanth kothakonda
java is an object oriented programming language . invented by james gosling
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is fortran still used in 2018?
Why should I use standard library functions instead of writing my own?
What is include directive in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Explain how do you list a file’s date and time?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Can you please explain the difference between strcpy() and memcpy() function?
a program that can input number of records and can view it again the record
What is getch () for?
Describe the difference between = and == symbols in c programming?
What is data types?
What are the types of data types and explain?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Write a program to reverse a given number in c language?
Can a pointer be null?