You are on page 1of 1

C practical test

Q1) make a program which divides two float numbers by using function called DIV with c and d as
formal arguments and a and b as actual arguments

Q2) make a program to create database of personal information using structure

name of person
date of birth
blood group
height
weight
nationality
telephone number
;

Q3) make a program using pointers to substract and multiply two numbers at the same time

You might also like