write a program in c language to print your bio-data on the
screen by using functions.
Answer Posted / sourabh kumar saw
Boi
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Which type of language is c?
what is the diffrenet bettwen HTTP and internet protocol
How many keywords (reserve words) are in c?
writ a program to compare using strcmp VIVA and viva with its output.
What's the difference between constant char *p and char * constant p?
What is meant by operator precedence?
What is string length in c?
What is a void pointer? When is a void pointer used?
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. The Logic should be written in Data Structures?
What is the use of pointers in C?
Can true be a variable name in c?
Write a program to print factorial of given number using recursion?
What is the heap in c?
What is substring in c?