Showing posts from February, 2022

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…

C programming Basics (Data Types)

Data Types :  It's a particular information a compiler or interpreter use to know how the programmer aim to use the data. In…

Load More
That is All