what is the meaning of java that is (J A V A) full form of
JAVA
Answers were Sorted based on User's Feedback
Answer / naveen
java comes from coffee.its very hard to learn.if u want to
do coffee lern java
| Is This Answer Correct ? | 19 Yes | 57 No |
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
What is the 'named constructor idiom'?
What is define c?
What is the use of typedef in c?
What’s a signal? Explain what do I use signals for?
List the difference between a "copy constructor" and a "assignment operator"?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
given post order,in order construct the corresponding binary tree
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is null in c?
Given an unsigned integer, find if the number is power of 2?