C PROGRAM TO FIND LARGEST / BIGGEST NUMBER IN ARRAY

Explanation : The above program is to find the largest element in the given array of elements. Here we are using declaring the maximum size of array as 25 using #define directive . Sample Output :

In this post we will see the sample code for validating Textbox in C#.Net winforms for indian pan card number using Regular Expression in TextBox Validating Event . In the below code we are using a errorprovider to show if the entered pan number is in wrong / invalid format.… Continue Reading TEXTBOX VALIDATION FOR INDIAN PAN CARD NUMBER USING TEXTBOX VALIDATINGEVENT

There are two ways to remove unused using from our code . Remove Unused Usings option in Visual Studio removes unused using in our code . The first way is : 1) Main Menu – On the Edit menu, point to IntelliSense, point to Organize Usings, and then click Remove Unused Usings. 2) Context Menu –… Continue Reading How To Remove Unused Usings in Visual Studio

C PROGRAM TO FIND WHETHER STRING IS PALINDROME :

C PROGRAM TO CHECK WHETHER GIVEN YEAR IS LEAP YEAR OR NOT

  Sample Output :

C PROGRAM TO FIND ROOTS OF QUADRATIC EQUATION

C# PROGRAM TO GET FILE NAMES IN THE GIVEN DIRECTORY original post

Sample Output 1: Sample Output 2:

C# PROGRAM TO GET ALL FILE PATHS IN A GIVEN DIRECTORY original post

Sample Output 1 : Sample Output 2 :

C PROGRAM EXAMPLE FOR toupper() FUNCTION :

 

C PROGRAM EXAMPLE FOR tolower() FUNCTION

 

C PROGRAM TO PERFORM ARITHMETIC OPERATIONS USING SWITCH LOOP :

 

original post

  For C Program :  C Program to find the Factorial of Given Number

C# Program to find whether the Number is Palindrome or not original post

Output 1: Output 2: For C Program:   C Program To Find The Number Palindrome or Not