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


Please Help Members By Posting Answers For Below Questions

Write programs for String Reversal & Palindrome check

605


how to find binary of number?

3464


Is using exit() the same as using return?

690


What is the difference between procedural and declarative language?

667


What are the different types of control structures in programming?

674






In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

989


What is the use of in c?

587


What is the data segment that is followed by c?

619


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

598


What is ## preprocessor operator in c?

624


What are the different categories of functions in c?

662


Explain About fork()?

658


What is the difference between declaring a variable by constant keyword and #define ing that variable?

2722


Wt are the Buses in C Language

2767


What is the difference between %d and %i?

607