Answer Posted / sakshi
C language was renamed from BCPL second alphabet...
This language was designed fast,reliable,efficient,portable
system software..........
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
What does c mean?
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
Is multithreading possible in c?
What is define directive?
Where can I get an ansi-compatible lint?
What is difference between stdio h and conio h?
difference between object file and executable file
When is a “switch” statement preferable over an “if” statement?
What is the use of getchar functions?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What does a pointer variable always consist of?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is malloc calloc and realloc in c?
What are the __date__ and __time__ preprocessor commands?
What is main return c?