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 / shonali

#include<stdio.h>
void main()
{
char n[],fn[],add[],qu;
printf("Enter name of the student");
scanf("%s\n",&n);
printf("Father's Name");
scanf("%s\n",&fn);
printf("Address");
scanf("%s\n",&add);
printf("qualification");
scanf("%s\n",qu);
}

Is This Answer Correct ?    212 Yes 114 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why does notstrcat(string, "!");Work?

1149


What are the restrictions of a modulus operator?

1128


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1216


What does %d do?

1279


What is the use of sizeof () in c?

1059


What is external variable in c?

1065


write a program to copy the string using switch case?

2905


Why void is used in c?

1019


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1325


what is a constant pointer in C

1182


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1222


How do shell structures work?

1117


‎How to define structures? · ‎

1089


What is preprocessor with example?

1065


Explain the use of #pragma exit?

1181