Tuesday 27 July 2021

how to run C Graphics Program in UBUNTU


                 how to Include gcc <graphics.h>?
ans
  This post is about how you can run graphics program in Ubuntu platform.

Steps:


Step:1
Make sure that you have basic compilers installed. For this run the command:
     sudo apt-get install build-essential

How to delete duplicate records from a SQL data table

  introduction How to delete duplicate records from a SQL data table using CTE (common table expression). Specifies a temporary named result...