what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / vikash
just another vague acronym
is the right answer.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Why clrscr is used after variable declaration?
What's the total generic pointer type?
What does == mean in texting?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is the difference between the expression “++a” and “a++”?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is the maximum no. of arguments that can be given in a command line in C.?
Linked lists -- can you tell me how to check whether a linked list is circular?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Compare array data type to pointer data type
When should structures be passed by values or by references?
What are the various types of control structures in programming?
Which type of language is c?
Which header file is used for clrscr?