C Program to Swap Two Numbers / Variables using Pointer Pooja2014-07-29T14:46:36+00:00Accept two numbers from the user and swap the values of two integer variables using the pointer. November 13, 2012 By Pooja Number Programs, Pointer Programs C Programs : Pointer 0 Comments Read more...
C Program to Count number of words,digits,vowels using pointers Pooja2014-08-04T19:39:59+00:00C Program to Count - Vowels,Spaces,Words,Characters,Digits February 12, 2012 By Pooja Number Programs, Pointer Programs, String Programs C Programs : Pointer, C Programs : String Operations Without using Library Function 1 Comment Read more...
C Program to print table of n and square of n using pow() Pooja2009-12-30T11:58:00+00:00C Program to print table of n and n^2. December 30, 2009 By Pooja Maths Program, Number Programs C Programs : Maths 0 Comments Read more...