Assignment csc183
Assignment csc183
16. Write short note on: strlen, strcpy, strcat, strcmp, strncmp
17. Write a program in c to check a given number is palindrome or not.
18. Write a program in c to reverse the string.
19. Define function and describe the ways of function with example.
20. Write a program in C to find the square of any number using the function.