what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / phoenixink
Naturally Java is a seed of coffee.
But technologically Java is a language or a written programme used to launch some interactive internet applications.
| Is This Answer Correct ? | 169 Yes | 70 No |
Post New Answer View All Answers
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); }
What is the use of getch ()?
What does c mean in basketball?
I need testPalindrome and removeSpace
#include
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
can we have joblib in a proc ?
Differentiate call by value and call by reference?
What are the header files used in c language?
What is a loop?
Explain bit masking in c?
How is null defined in c?
What is the difference between far and near in c?
what is a constant pointer in C
what does static variable mean?
What does %d do?