Answer Posted / suganya
c is a structure oriented language and c++ is the object
oriented language
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can I change their mode to binary?
In c language can we compile a program without main() function?
Tell me what are bitwise shift operators?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Explain how can type-insensitive macros be created?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
hi send me sample aptitude papers of cts?
Is using exit() the same as using return?
What is difference between far and near pointers?
What is #ifdef ? What is its application?
Do character constants represent numerical values?
What are the types of unary operators?
What do you mean by invalid pointer arithmetic?
Describe the order of precedence with regards to operators 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