what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / ashok kumar sahoo
Junction Actually Virtual Application.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is a pointer a kind of array?
What is omp_num_threads?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Can you write the algorithm for Queue?
What is the explanation for cyclic nature of data types in c?
How do I get an accurate error status return from system on ms-dos?
What are valid signatures for the Main function?
If the size of int data type is two bytes, what is the range of signed int data type?
What is your stream meaning?
What is difference between array and pointer in c?
What is file in c language?
What is the best way to store flag values in a program?
Difference between Function to pointer and pointer to function
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What are the different types of constants?