what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / shahnawaz sarkar
JUST ABLE VIRTUAL ABSTRSCTION
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Which is an example of a structural homology?
Explain what is the difference between far and near ?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is indirection?
What is calloc malloc realloc in c?
Explain pointers in c programming?
How are strings stored in c?
What is the use of f in c?
What is the difference between typedef and #define?
praagnovation
State two uses of pointers in C?
What does nil mean in c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What is a constant?
How the c program is executed?