Skip to content
TechAlmirah
Unlocking the World of Technology
  • Home
  • Tutorials
    • Basic Computer
    • Computer Network
    • Operating System
    • Data structure
    • RESTful API
    • Cloud Computing
    • Quantum Computing
    • Cryptocurrency
    • Software Engineering
    • DBMS
    • POP with C
  • DevOps
    • Kubernetes
    • Docker
  • Programming Language
    • C
    • Java
    • Node.js
  • CheatSheet
  • Interview
    • Q & A
  • Comparison
  • Blog

Category: POP with C

Use of Logical Operators

17 October 2021 techalmirah

C allows usage of three logical operators, namely, &&, || and !. These are to be read as ‘AND’ ‘OR’…

Continue Reading →

Posted in: POP with C

Control instructions in C

16 October 2021 techalmirah

In C, control instructions are used to control the flow of execution of a program. They allow the program to…

Continue Reading →

Posted in: POP with C

Arithmetic Instruction in c

15 October 2021 techalmirah

C arithmetic instruction consists of a variable name on the left-hand side of = and variable names and constants on…

Continue Reading →

Posted in: POP with C

Type declaration instruction in c

14 October 2021 techalmirah

This article cover all the aspect of type declaration instruction in c, with the help of examples. Type declaration instruction…

Continue Reading →

Posted in: POP with C

c instructions and its types

13 October 2021 techalmirah

In the C programming language, there are three main categories of instructions: control instructions, input/output instructions, and computational instructions. Control…

Continue Reading →

Posted in: POP with C

The First C Program

12 October 2021 techalmirah

Before we begin with our first C program do remember the following rules that are applicable to all C programs:…

Continue Reading →

Posted in: POP with C

Compilation and Execution

11 October 2021 techalmirah

Once you have written the program you need to type it and instruct the machine to execute it. To type…

Continue Reading →

Posted in: POP with C

Post navigation

Page 10 of 13
← Previous 1 … 9 10 11 … 13 Next →
  • Join Us
  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Contact Us
  • Linkedin
  • Instagram
  • twitter
  • Pinterest
Copyright © 2023 TechAlmirah