basic c

Intelligence of a person

TASK: According to a study, the approximate level of intelligence of a person can be calculated using the following formula: i=…

C project 2(ATM With Functions)

TASK- ATM Machine Develop a C-Code with full use of functions for the implementation of ATM machine with the following featur…

Escape sequence in C

Escape sequence in C:  The escape sequence in the C language is the sequence of the letters that do not stand out when used with…

Write a C program to Subtract Two Matrix

TASK- Write a C program to Subtract Two Matrix. STEPS TO BE TAKEN: 1) Matrix is a type of array. 2) Array can have multiple d…

Write a C Program to ADD two Matrices.

TASK- Write a C Program to ADD two Matrices. STEPS TO BE TAKEN: 1) Matrix is a type of array. 2) Array can have multiple dimen…

BASIC PROGRAMS(Pointers)

What is a pointer in C programming language: It is the same as pointing something it's basically a pointer that points to t…

Load More
That is All