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
What is size of union in c?
What are 3 types of structures?
What is return type in c?
What is putchar() function?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Write a program to print fibonacci series using recursion?
What does 3 periods mean in texting?
Explain what is meant by high-order and low-order bytes?
What is modeling?
How do you generate random numbers in C?
If null and 0 are equivalent as null pointer constants, which should I use?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What are local static variables?
Explain the bubble sort algorithm.