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
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is c token?
What is the purpose of ftell?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How to write a multi-statement macro?
Explain the ternary tree?
What is the best style for code layout in c?
What are the c keywords?
Explain what is a program flowchart and explain how does it help in writing a program?
How can you determine the maximum value that a numeric variable can hold?
What are the advantages of external class?
Is it better to use a macro or a function?
What is a lookup table in c?