Answer Posted / nirmal kumar tailor
Object means instance of the class.
object oriented means you can access all the class member
with the help of class object so this is called object
oriented language.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain what is the benefit of using enum to declare a constant?
What is the mean of function?
Differentiate between the expression “++a” and “a++”?
Which function in C can be used to append a string to another string?
Can variables be declared anywhere in c?
What do you know about the use of bit field?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
When should volatile modifier be used?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
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
Define recursion in c.
Which is better between malloc and calloc?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is the purpose of sprintf?
Which is an example of a structural homology?