- On
- By
- 0 Comment
- Categories: Basic C language, Calculations
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…
Read More- On
- By
- 0 Comment
- Categories: Basic, Basic C language
Write a C program to print an integer
Write a C program to print an integer In this tutorial, we will discuss a simple concept of Write a C program to print an integer – entered by user In this post, we are going to learn about how to print a integer number entered by user in C programming language The value is…
Read More- On
- By
- 0 Comment
- Categories: Basic, Basic C language
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…
Read More- On
- By
- 0 Comment
- Categories: Basic, Basic C language
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….
Read More- On
- By
- 1 Comment
- Categories: Basic, Basic C language
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…
Read More- On
- By
- 0 Comment
- Categories: Basic, Basic C language
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…
Read More