Skip to content

5 Minutes Engineering

Helping Students

  • Podcasts
  • Topics
    • Machine Learning
    • Python Tutorials
    • Computer Graphics
    • C Language Tutorial
      • Computer Network
    • Cloud Computing
    • Information Security

Category: C Language Tutorials

Cat Links C Language Tutorials

do while loop in C programming language

Posted on June 11, 2021June 11, 2021 5 Minutes Engineering

In the previous 2 posts we learned about for and while loop respectively, Now one question would be there in

Continue readingdo while loop in C programming language

Cat Links C Language Tutorials

While loop in C Programming Language

Posted on June 9, 2021June 9, 2021 5 Minutes Engineering

When we want to execute a set of statements or a block of code repeatedly till a particular condition is

Continue readingWhile loop in C Programming Language

Cat Links C Language Tutorials

For loop in C Language

Posted on June 5, 2021June 5, 2021 5 Minutes Engineering

When we want to execute a set of statements or a block of code repeatedly till a particular condition is

Continue readingFor loop in C Language

Cat Links C Language Tutorials

How to take User Input in C Programming Language

Posted on June 2, 2021 5 Minutes Engineering

Add this line in the beginning of your code #include<stdio.h> to include standard input output header file. Use scanf() functionin

Continue readingHow to take User Input in C Programming Language

Cat Links C Language Tutorials

Variables and Data Types In C Programming Language

Posted on June 2, 2021 5 Minutes Engineering

In simple words Variable is a name given to a memory area where we can store data. Using that name

Continue readingVariables and Data Types In C Programming Language

Cat Links C Language Tutorials

Keywords, Identifier and Constants in C language

Posted on March 30, 2021March 30, 2021 5 Minutes Engineering

In a C Program we can see many words, some of them are created by user/programmer called as Identifiers and

Continue readingKeywords, Identifier and Constants in C language

Cat Links C Language Tutorials

Comments in C Language

Posted on March 27, 2021 5 Minutes Engineering

We can use Single line and Multiple Line Comments in C language. Comments are used to make our program more

Continue readingComments in C Language

Cat Links C Language Tutorials

First Program in C language Print Hello World

Posted on March 27, 2021March 27, 2021 5 Minutes Engineering

To print hello world firstly we include standard input output header file (Line 1). Secondly we need to have a

Continue readingFirst Program in C language Print Hello World

Cat Links C Language Tutorials

Installing MinGW gcc Compiler in Windows

Posted on March 26, 2021March 26, 2021 5 Minutes Engineering

To start programming in C we need two tools- A text Editor and A Compiler. We can understand a c

Continue readingInstalling MinGW gcc Compiler in Windows

Recent Posts

  • 2D Translation Numerical
  • 2D Translation
  • Underfitting and Overfitting
  • do while loop in C programming language
  • While loop in C Programming Language
  • Home
  • About us
  • Contact us
  • Privacy Policy
  • Terms and Conditions
Copyright © 2023 5 Minutes Engineering | Signify Education by WEN Themes
Scroll Up