Best Answer - Chosen by Voters
If you are so interested in coputer science then why can you not write these programs yourself?
Write a C program to generate the Fibonacci series using Recursive function?
Write a C program which read a file containing some number.write even no. in even.txt & odd in odd.txt?
Assume str1,str2 & st3 are 3 string variables.write a program to copy content of str1 to str3 & joint in str2?
Write a program which will read a number and output it's octal and hexadecimal representations using C?
Write a program that will remove all blank lines from a file using C?
Write a program that will remove all blank lines from a file using C?
Write a program to accept the name,age&salary of 10 employees in array of structures.short this as per salary?
Write a program to accept 3 variables.print out the values an address these 3 variables using C?
Write a program to input a string and print it in reverse order using C programming?