what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / padmaja
just another virtual architecture
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is a dynamic array in c?
What is a list in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
what is the difference between class and unio?
Why do we use namespace feature?
How will you delete a node in DLL?
What is uint8 in c?
How many keywords (reserve words) are in c?
In C, What is the #line used for?
Difference between macros and inline functions? Can a function be forced as inline?
Can a program have two main functions?
What are the main characteristics of c language describe the structure of ac program?
How can you increase the size of a dynamically allocated array?
Why is c so powerful?