Browsing category

Basic C language

C exercise to Divide of two integer numbers

C exercise to Divide of two integer numbers In this tutorial, we will discuss the concept of C exercise to Divide of two integer numbers In this topic, we are going to learn how to divide two numbers using the division operator in C language   What is division The division is a method of…

input output function in the C language

input output function in the C language In this tutorial, we will discuss input output function in the C  language. printf() scanf() function in C programming language The C programming language provides various built-in functions(in-built library function ) for several purposes as a mathematical calculation, string manipulation and input-output operation and many more. input-output function…

C program gets() and puts() function

C program gets() and puts() function In this tutorial, we will discuss a simple concept of the C program gets() and put() function Both the functions are used to in the input and output operation of the Strings The gets() functions are used to read string input from the keyboard and puts() function displays it….

Hello world program in C programming language

Hello world program in C programming language C “Hello world”program In this tutorial, we will discuss Hello world program in C programming language Hello, word program is a very simple program for beginners in C language with few lines of coding and is easy to understand. If you want to run this program on your…

Introduction of C programming language

Introduction of the C programming language In this tutorial, We will introduction of the C programming language. C is a general-purpose high-level programming language found and developed by Dennis Ritchie at AT & T Bell Labs in the USA between  1969 and 1973 to be used in the operating system UNIX. However, afterwards, the  C…