how to maintain a database????thanks for the suggestion! >Second, your program only prints one record because that's what you tel...
counting characters in a stringyou should use while(s[i]!='\0') { if(/*is letter*/) {letters++;i+...
how to maintain a database????i just wanted to enter details of some employees and retriving them as required.The following progr...
Finding divisors and adding number of divisors.you may use functions to calculate divisors instead of writing similar code again.
This user does not accept Private Messages