1. pointer to structure. 2. static variable and difference b/w(const char *p,char const *p,const char* const p). 3 pass by value & reference. 4. string library functions(syntax). 5. Write a program to compare two strings without using the strcmp() function. 6. Write a program to concatenate two strings. 7. Write a program to interchange 2 variables without using the third one. 8. Write programs for String Reversal & Palindrome check . 9. Write a program to find the Factorial of a number. 10. Write a program to generate the Fibinocci Series. 11. Searching and sorting alogorithms with complexities