how to write Program to identify if an input is a symbol, digit or character
Hello friends, Welcome to your Techgsr.co blog. And today in this article we will learn about how to write Program to identify if an input is a symbol, digit or character .So let’s go to our topic #include <iostream.h> #include <conio.h> void main() { clrscr(); char charac; cout << “Enter your input : ” << endl; … Read more