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

Union in c

3 November 2021 techalmirah

In C, union is a collection of different types of data. It means data may be a collection of different…

Continue Reading →

Posted in: POP with C

Structures in c

2 November 2021 techalmirah

The structure is a user-defined data type. It can be a collection of elements that belong to different data types.…

Continue Reading →

Posted in: POP with C

Storage classes in c

1 November 2021 techalmirah

From the C compiler’s point of view, a variable name identifies some physical location within the computer where the string…

Continue Reading →

Posted in: POP with C

Dynamic memory allocation in c

31 October 2021 techalmirah

Memory management in c is done using calloc( ), malloc( ), realloc( ) and free( ) functions. These functions can…

Continue Reading →

Posted in: POP with C

Strings in C

30 October 2021 techalmirah

The way a group of integers can be stored in an integer array, similarly, a group of characters can be…

Continue Reading →

Posted in: POP with C

Pointers in c

29 October 2021 techalmirah

Pointers are the variables which are used to store/hold address of another variables. In one sense, any variable in C…

Continue Reading →

Posted in: POP with C

Two Dimensional Array in C

28 October 2021 techalmirah

In C or other programming languages, the two dimensional array is also called a matrix. It is also possible for…

Continue Reading →

Posted in: POP with C

Post navigation

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