Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
Program in C and C++ to find the second largest element in an array of n elements Second met…
Program in C to print reverse of given number in different ways For example : …
Program in C and C++ to find sum of nth numbers Using goto statement C CPP # inc…
Program in C++ to print given number into word # include < iostream > # includ…
Program in C and C++ to print each digit of number in word C CPP # include &l…
Program in C++ to calculate age Using class # include < iostream > # include &l…
Program in C & C++ to count the number of vowels and consonants in a string Using fun…