C PROGRAMMING
-
Feb- 2020 -9 February
C programming mostly asked interview question
1) What are the key features of the C programming language? C is a platform-dependent languageIt is many time faster…
Read More » -
Jan- 2020 -30 January
How to run C/C++ program in notepad++
We know that to code a java program or an HTML code in notepad++ is fun during our initial level…
Read More » -
28 January
C program to find the day of your birth
Today we will get to that how we can find our day of birth How the code works, When you…
Read More » -
26 January
C program to find out ASCII value of the character
ASCII stands for American Standard Code for Information Interchange, Today we will write the code, how we can find out…
Read More » -
25 January
How to shutdown pc using c program
In this post, we will get to know how we can shut down our pc using c program, The header…
Read More » -
25 January
Tic tac toe game
Today I will show you how we can make our childhood game, Tic tac toe using c programming. The tic-tac-toe…
Read More »