what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / naveen
java comes from coffee.its very hard to learn.if u want to
do coffee lern java
| Is This Answer Correct ? | 19 Yes | 57 No |
Post New Answer View All Answers
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is 02d in c?
Is fortran still used in 2018?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is a union?
What is string function c?
Why dont c comments nest?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Explain what are its uses in c programming?
Why we not create function inside function.
How do you use a pointer to a function?
What is the process of writing the null pointer?
What is the purpose of main( ) in c language?