Tag: c programming language

  • International Women’s Day 2017 | From Nepalese Eye

    International Women’s Day 2017 | From Nepalese Eye

    Even in America, the women’s freedom movent was only started in 1969. Briton womens got voting rights from 1920 onwards only. It hasn’t been only few years that women’s in Arab got voting rights. But in Nepal, women’s are already in the governmental posts like President, Speakers and Supreme Judge. Nepali religion itself has respected…

  • Arithmetic Operators and Operations – Verification in C Language

    Arithmetic Operators and Operations – Verification in C Language

    We all know that Arithmetic operators are used to performing arithmetic operations in C programming language. Before starting verification program here is a list of operators and their functions and examples. [divider] Basic Arithmetic Operators Operator: + Meaning: Addition Operator Example: 10 + 20 = 30 [divider] Operator: – Meaning: Subtraction Operator Example: 20 – 10…