Asslam-o-Alaikum Sir,
Q#2 of asssignment#3 is really confusing.
what the functions in the progam should do and what should be the value of the arrays?
CE_2010_100217_B.
WoA Farhan,
You just have to write the header of the function that is the function name and the arguments that it takes. you don't have to write the body. For example
int add_two_numbers (int *numpt1, int *numpt2)
{ }
Shamyl
thanx