Logo
  • Courses
    • C Programming
    • C++ Programming
    • Batch File
    • Python
  • Tutorials
    • C Programming
    • C++ Programming
    • Batch File
    • Python
  • Examples
    • C Examples
    • C++ Examples
  • You are currently browsing the archives for the php category.

  • Pages

    • Batch file – Programming tutorial
      • Batch File Shutdown Commands – How To Shutdown, Reboot And Logoff
    • Batch file commands
    • Batch file for loop
    • Batch file functions
    • Batch file if else
    • Batch file Network Commands: NET
    • Batch File Programming Operators
    • Batch file return code
    • Batch file variables
    • Blog
    • C programming examples
      • Binary search in C programming
      • C program to calculate area of circle
      • C program to calculate mean using arrays
      • C program to calculate the area of square with and without using function
      • C program to check Armstrong number
      • C program to check leap year
      • C program to check whether a number is palindrome or not
      • C program to check whether a number is positive, negative or zero
      • C program to check whether a number is prime or not
      • C program to check whether a string is palindrome or not
      • C program to compare two numbers without using relational operators
      • C program to convert roman number into decimal number
      • C program to convert temperature from degree celsius to fahrenheit
      • C program to display Fibonacci series
      • C program to display prime numbers between two numbers using function and without using function
      • C program to encrypt and decrypt the string
      • C program to find GCD of two numbers
      • C program to find LCM and GCD using recursion
      • C program to find LCM of two numbers
      • C program to make calculator using switch case
      • C program to multiply two number without using multiplication(*) operator
      • C program to read a character from keyboard and print it in reverse case i.e if input is lower case output will be upper case and vice versa
      • C program to sort array using bubble sort algorithm
      • C program to swap two numbers
      • C program to test if a number is a power of 2
      • Linear Search in C Programming – Program and Explanation
      • Selection sort in C programming
    • C programming Input Output functions (I/O): printf() and scanf()
    • C++ Examples
      • C++ Hello World Program
      • C++ program for time conversion (convert time format)
      • C++ program to calculate the area of the square with and without using function
      • C++ program to check Armstrong number
      • C++ program to check for the power of two
      • C++ program to check leap year
      • C++ program to check palindrome number
      • C++ program to check prime number
      • C++ program to convert binary number to decimal and decimal to binary
      • C++ program to convert temperature
      • C++ program to display Fibonacci series using loop and recursion
      • C++ program to display prime numbers between two intervals
      • C++ program to encrypt and decrypt the string
      • C++ program to find area of the circle
      • C++ program to find factorial using recursive function
      • C++ program to find GCD or HCF
      • C++ program to find LCM of two numbers
      • C++ program to make simple calculator using switch case
      • C++ program to print Pascal’s and Floyd’s triangle
      • C++ program to print star pyramid patterns
    • C++ Tutorial – Easy C++ Programming Tutorials
      • Before you start C++ tutorials
      • C++ abstract class and pure virtual function
      • C++ Access Specifiers – Private, Public and Protected
      • C++ Class and Functions
      • C++ Classes and Objects
      • C++ Constructor Overloading
      • C++ Constructors
      • C++ Destructors
      • C++ Function Overloading
      • C++ Functions
      • C++ Hierarchical Inheritance
      • C++ Hybrid Inheritance
      • C++ Inheritance
      • C++ Multilevel Inheritance
      • C++ Multiple Inheritance
      • C++ Operator Overloading
      • C++ Programming Inline Function
      • C++ Single Inheritance
      • C++ templates
      • C++ Virtual Functions
      • History of C++
    • Home
    • Insertion sort in C programming
    • Learn C Programming – Easy C Tutorials
      • C library function isalnum( )
      • C library function isalpha( )
      • C library function iscntrl( )
      • C library function isdigit( )
      • C Library Function isgraph( )
      • C Library Function islower() and isupper()
      • C Library Function isprint( )
      • C Library Function ispunct( )
      • C Library Function isspace( )
      • C Library Function isxdigit( )
      • C Library Function toupper() and tolower()
      • C programming | Setting up compiler
      • C programming arrays
      • C programming arrays and pointers
      • C programming break and continue statements
      • C programming character handling library functions
      • C programming conditional operator (?:)
      • C programming datatypes
      • C programming files I/O
      • C programming for loop
      • C programming function arguments
      • C programming goto statement
      • C programming history – A Brief Timeline
      • C programming if, if .. else and nested if .. else statements
      • C programming keywords and identifiers
      • C programming math library functions
        • C math library function acos()
        • C math library function asin()
        • C math library function atan()
        • C math library function cos()
        • C math library function cosh()
        • C math library function fabs()
        • C math library function sin()
        • C math library function sinh()
      • C programming multidimensional arrays
      • C programming operators
      • C programming pointers
      • C programming preprocessor directives
      • C programming recursion
      • C programming storage class: Auto, Register, Static and Extern
      • C programming string handling library functions
        • C strcat() and strncat()
        • C strcpy( ) and strncpy( )
        • C string library function memchr( )
        • C string library function memcmp()
        • C string library function memcpy( )
        • C string library function memmove()
        • C string library function memset()
        • C string library function strchr()
        • C string library function strcmp() and strncmp()
        • C string library function strcspn()
        • C string library function strpbrk()
        • C string library function strrchr( )
        • C string library function strspn( )
        • C string library function strstr( )
        • C strtod() – String Conversion Function
        • C strtol() – String Conversion Function
        • C strtoul()
      • C Programming Strings
      • C programming structure and arrays
      • C programming switch case
      • C programming user defined functions
      • C programming variables and constants
      • C programming while and do while loop
      • Concept of Stack in C Programming: A Deeper Look
      • Dynamic Memory Allocation in C Programming
      • First program in C
      • Function Prototype in C Programming: A Deeper Look
      • Functions in C programming
      • How to write a C program: Step by step guideline
      • Passing arrays to functions in C programming
      • Random number generator in C: C library function rand( ) & srand( )
      • String Manipulations in C Programming Using Standard Library Function
      • Structure in c programming
      • Types of user defined functions in c programming
    • Learn Python – Easy Python Programming Tutorial
      • History Of Python Programming
      • Python @Property
      • Python break and continue statement
      • Python Built-in Functions
        • Python abs() Method
        • Python all() Method
        • Python any() Method
        • Python ascii() Method
        • Python bin() Function
        • Python bool() Function
        • Python bytearray() Function
        • Python bytes() Function
        • Python callable() Function
        • Python chr() Function
        • Python compile() Function
        • Python complex() Function
        • Python delattr() Function
        • Python dict() Function
        • Python dir() Funciton
        • Python divmod() Function
        • Python enumerate() Function
        • Python filter() Function
        • Python float() Function
        • Python format() Function
        • Python frozenset() Function
        • Python getattr() Function
        • Python globals() Function
        • Python hasattr() Function
        • Python hash() Function
        • Python help() Function
        • Python hex() Function
        • Python id() Function
        • Python input() Function
        • Python int() Function
        • Python isinstance() Function
        • Python issubclass() Function
        • Python iter() Function
        • Python len() Function
        • Python list() Function
        • Python max() Function
        • Python memoryview() Function
        • Python min() Function
        • Python next()
        • Python object()
        • Python oct() Function
        • Python open()
        • Python ord()
        • Python print()
        • Python property()
        • Python range()
        • Python repr()
        • Python reversed()
        • Python round()
      • Python Closures
      • Python Decorators
      • Python Dictionary
      • Python Directory Management
      • Python Exception Handling
      • Python Files I/O
      • Python for loop
      • Python Function Arguments
      • Python Functions
      • Python Generators
      • Python if else statement
      • Python Inheritance
      • Python Iterators
      • Python Keywords, Variables and Datatypes
      • Python List
      • Python Modules
      • Python Numbers
      • Python Object and Class
      • Python Operator Overloading And Magic Methods
      • Python Operators
      • Python Packages
      • Python Recursive Function
      • Python Sets
      • Python strings
      • Python tuples
      • Python while loop
    • Python Examples
      • Python Hello World Program
      • Python program to add two numbers
    • Variable Length Array in C Programming
  • Archives

    • May 2025
  • Categories

    • blog (1)
    • cexamples (27)
    • cplusplus (22)
    • cppexamples (20)
    • cprogramming (79)
    • python (81)
    • python programs (2)
Copyright 2025 Try to Program. All rights reserved.