C Program to Swap Two Numbers / Variables using Pointer
Accept two numbers from the user and swap the values of two integer variables using the pointer.
Accept two numbers from the user and swap the values of two integer variables using the pointer.
C Program to Count - Vowels,Spaces,Words,Characters,Digits
C Program to print table of n and n^2.