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
How do I use strcmp?
What are the advantages and disadvantages of c language?
Explain the difference between #include "..." And #include <...> In c?
Explain what standard functions are available to manipulate strings?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Why use int main instead of void main?
Explain what is the difference between #include and #include 'file' ?
What are the header files used in c language?
What is pass by reference in c?
Write a program to identify if a given binary tree is balanced or not.
How can you find the day of the week given the date?
Write a C program in Fibonacci series.
How can you restore a redirected standard stream?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
How many types of sorting are there in c?