write a program in c language to print your bio-data on the
screen by using functions.
Answer Posted / ogaleye victor
#include<stdio.h>
void main()
char name address qualification age
printf("Ayomide Victor");
printf("32 anifowobi crescent Ikeja");
printf("B.sc computer science, ");
printf("19 years");
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What does c mean in standard form?
What is array of structure in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Is that possible to store 32768 in an int data type variable?
How can I find the modification date of a file?
What are the types of i/o functions?
What is the main difference between calloc () and malloc ()?
What is sizeof int?
When the macros gets expanded?
Explain what is operator promotion?
What is the use of a conditional inclusion statement in C?
What is the meaning of c in c language?
How to throw some light on the b tree?
Can we replace the struct function in tree syntax with a union?