what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / tom cruise
just another vague acronym..... this is the original answer
given by gosling james
| Is This Answer Correct ? | 84 Yes | 54 No |
Post New Answer View All Answers
What is string function c?
When should the volatile modifier be used?
Is null always equal to 0(zero)?
What is the size of enum in bytes?
Explain goto?
to find the closest pair
What is meant by keywords in c?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is pivot in c?
How can I call a function with an argument list built up at run time?
What is difference between structure and union?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What are the types of unary operators?
Is int a keyword in c?
Was 2000 a leap year?