what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / nish
JUST ANOTHER VIRTUAL ARCHITECTURE
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Can you please compare array with pointer?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Difference between strcpy() and memcpy() function?
What the advantages of using Unions?
if p is a string contained in a string?
What does node * mean?
why programs in c are running with out #include
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is 1f in c?
How does struct work in c?
What is d scanf?
Why header file is used in c?
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.
Why static is used in c?