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 / karan panwar

#include<stdio.h>
#include<conio.h>
void main()
{
clrser();
char n[],fn[],add[],qu;
printf("karan kumar panwar");
printf("prahlad panwar");
printf("h.no.38-b railway training centre near shukhadiya cracle");
printf("secondary & senior secondary passed");
getch();
}

Is This Answer Correct ?    21 Yes 34 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there a way to switch on strings?

1083


What is a null string in c?

1031


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2289


What is typedef example?

1176


Is javascript based on c?

1059


Which function in C can be used to append a string to another string?

1215


How do you determine whether to use a stream function or a low-level function?

1119


Is it better to bitshift a value than to multiply by 2?

1090


Is c dynamically typed?

1150


What Is The Difference Between Null And Void Pointer?

1240


What are loops c?

1052


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

1106


What is the scope of an external variable in c?

1040


How can I get the current date or time of day in a c program?

1214


What is console in c language?

1093