what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / p mangaraju
no meaning actuaaly
| Is This Answer Correct ? | 224 Yes | 170 No |
Post New Answer View All Answers
Why do we need functions in c?
When can a far pointer be used?
What is pointer in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Is boolean a datatype in c?
What is the purpose of the preprocessor directive error?
Does c have enums?
What is a sequential access file?
Explain the Difference between the New and Malloc keyword.
How can I generate floating-point random numbers?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
.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; }
what is the format specifier for printing a pointer value?
What is equivalent to ++i+++j?