C program to draw a 3D bar chart
C program to draw a 3D bar chart #include <graphics.h> #include <conio.h> int main() { int gd = DETECT, gm;
Read moreC program to draw a 3D bar chart #include <graphics.h> #include <conio.h> int main() { int gd = DETECT, gm;
Read morePWD – Linux command to check current working directory When you first open the terminal, you are in the
Read moreBar chart program in c Chart is drawn using bars filled with different styles and in different colors. #include <graphics.h>
Read moreLinux command to check space df -h command is used to check space in linux
Read moreC Program to Check Whether a Character is Vowel or Consonant The five alphabets A, E, I, O and U
Read moreC Program to Find Factorial of a Number The factorial of a positive number n is given by: factorial of
Read moreCreating and Selecting a Database If the database administrator creates your database for you when setting up your permissions, you
Read moreC Program to wish happy new year #include<stdio.h> #include<conio.h> #include<graphics.h> void shoot(); void shootagain(); void area(); void explode(int,int,int); void main()
Read moreFilter Logs with Grep : linux Command Grep Let’s understand the use of grep is to extract useful information from system logs:
Read more