C Programming Interview Questions Q11. How to generate fibonacci sequence up to given nth number? Q12. Write a program to print diagonal element of an N*N matrix. Q13. Write a C program to reverse a word. Q14. Write a C program to reverse the place of words in a sentence. Q15 Write your own C program of strlen(), strcpy(), strncpy() and strcmp() Q16 What is the difference between memcpy and memmove. Q17 Write your own function of memcpy(). Q18 Write your own function of memmove(). Q19 Write your own function of memcmp(). Q20 Write your own function of memset(). 20 Write your own function of memset(). Pages: 1 2 3