what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / raghu
just another virtual application
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is huge pointer in c?
How variables are declared in c?
What are the functions to open and close the file in c language?
please give me some tips for the placement in the TCS.
What is difference between structure and union with example?
What is operator promotion?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Here is a good puzzle: how do you write a program which produces its own source code as output?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is the use of a ‘ ’ character?
Can a variable be both const and volatile?
What is the use of clrscr?
How can this be legal c?
How is actual parameter different from the formal parameter?