Skip to content
TechAlmirah
Tutorials, Programs, Q&A
  • Home
  • Tutorials
    • Basic Computer
    • POP with C
    • Operating System
    • Data structure
    • Software Engineering
    • DBMS
    • REST API
  • Programs
    • C
    • Java
    • Node.js
  • Comparison
  • Q&A
  • Blog

Category: POP with C

Multidimensional array in c

27 October 2021 techalmirah

An array with more than one index value is called a Multidimensional array in C or other programming language. Array…

Continue Reading →

Posted in: POP with C

Array in c

26 October 2021 techalmirah

An array is a series of homogeneous pieces of data that are all identical in type, but the type can…

Continue Reading →

Posted in: POP with C

Recursion in c

25 October 2021 techalmirah

It is possible for the functions to call themselves. A function is called ‘recursive’ if a statement within the body…

Continue Reading →

Posted in: POP with C

Types of function calls in C

24 October 2021 techalmirah

There are two types of function calls—call by value and call by reference. Arguments can generally be passed to functions…

Continue Reading →

Posted in: POP with C

Function in C

23 October 2021 techalmirah

A function is a block of code that performs a specific task. It has a name and it is reusable.…

Continue Reading →

Posted in: POP with C

break and continue statement in c

22 October 2021 techalmirah

Break and continue statement are the statements which used for the stop the loop or skip the specific step in…

Continue Reading →

Posted in: POP with C

Case Control Instruction

21 October 2021 techalmirah

Case-Control Instruction allows the computer to make a decision as to which instruction is to be executed next. Switch Statement…

Continue Reading →

Posted in: POP with C

Post navigation

Page 2 of 6
← Previous 1 2 3 … 6 Next →
  • Join Us
  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Contact Us
  • Linkedin
  • Instagram
  • twitter
  • Facebook
  • Pinterest
Copyright © 2023 TechAlmirah