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
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What does %p mean?
What is nested structure in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is identifier in c?
Write a program to print ASCII code for a given digit.
What is malloc and calloc?
Which is better oop or procedural?
Explain what is a program flowchart and explain how does it help in writing a program?
Why do we need functions in c?
how can I convert a string to a number?
What is formal argument?
What is conio h in c?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
difference between object file and executable file