what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / raghu
just another virtual application
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How is actual parameter different from the formal parameter?
explain what is an endless loop?
What happens if you free a pointer twice?
Difference between malloc() and calloc() function?
What is operator promotion?
What is advantage of pointer in c?
Where in memory are my variables stored?
What is #include stdio h and #include conio h?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is the purpose of clrscr () printf () and getch ()?
How can I get random integers in a certain range?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is adt in c programming?
How can I list all of the predefined identifiers?