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

Why clrscr is used after variable declaration?

1045


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

679


Is c programming hard?

580


Why we not create function inside function.

1753


Can you subtract pointers from each other? Why would you?

564






Explain the red-black trees?

611


What is define directive?

645


Is there a way to jump out of a function or functions?

638


How many types of functions are there in c?

587


Why can arithmetic operations not be performed on void pointers?

594


What is a function simple definition?

626


What is the meaning of && in c?

554


Explain what is a const pointer?

643


What is identifiers in c with examples?

680


please explain every phase in the "SDLC" in the dotnet.

2182