what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / ankit kumar gupta
java is veray important constraction.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Which is better oop or procedural?
How is pointer initialized in c?
What is ponter?
What are pointers really good for, anyway?
Why C language is a procedural language?
Is multithreading possible in c?
Explain what is a const pointer?
How do you do dynamic memory allocation in C applications?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is a pointer in c plus plus?
What are different types of pointers?
Write a program of advanced Fibonacci series.
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is "Hungarian Notation"?
write a program to print largest number of each row of a 2D array