Answer Posted / sujith
Java is not at all a purely oops language.
A language is called to be purely oops language if and only
if what ever we use in that are objects, including data
types. java still uses c types only except for Strings.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is the difference between array and linked list in c?
Do you have any idea how to compare array with pointer in c?
What are data types in c language?
How a string is stored in c?
Why is structure important for a child?
What does %2f mean in c?
How can I convert a number to a string?
How do I read the arrow keys? What about function keys?
What does. int *x[](); means ?
Explain what are multibyte characters?
How can I delete a file?
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
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Is r written in c?
What is the difference between struct and typedef struct in c?