what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / tom cruise
just another vague acronym..... this is the original answer
given by gosling james
| Is This Answer Correct ? | 84 Yes | 54 No |
Post New Answer View All Answers
What is the difference between int main and void main in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is boolean in c?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
Explain what is the stack?
What is wrong in this statement?
What is volatile variable in c?
What is static memory allocation?
What is your stream meaning?
What is c token?
What is the use of ?: Operator?
What is the use of a semicolon (;) at the end of every program statement?
Explain how can I convert a number to a string?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Why do we use return in c?