Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain what is a stream?

1143


Can a variable be both constant and volatile?

1180


What is floating point constants?

1191


Define and explain about ! Operator?

1045


What is the use of ?

1083


Difference between Shallow copy and Deep copy?

2075


Why do we need arrays in c?

1213


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2924


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1644


What does the error message "DGROUP exceeds 64K" mean?

1276


Where are local variables stored in c?

1091


Give me the code of in-order recursive and non-recursive.

1421


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

2213


Explain how can I avoid the abort, retry, fail messages?

1104


There seem to be a few missing operators ..

1094