|
if i ask the user his preferred data type how can i tell it to the compiler about it??
i want to do this because i want function take arguments at the run time from the user watever his choise may be..!!!
i mean
printf("number/decimal/alphabets");
scanf(....);
how can i read it???
|