Skip to main content

How to run 'c' on Ubuntu Linux

How to run 'c' on Ubuntu Linux

(By- Jatin Bhutani)

This document explain how to run your your 'c' programs on Ubuntu Linux

what do u all need1. A system running Ubuntu.2. Your knowledge of programming of c 
 so lets do it!!!!


STEP 1:-  open terminal
 You can do this by searching terminal in the Ubuntu menu, or using a keyword 'Alt + Ctrl + T '   A terminal window will pop up like this.

open terminal


    And  you can always lock anything to the launcher if you need it very fast.

lock terminal





STEP 2:- use text editor for creating and editing a source file 


 Type in terminal
“ gedit hello.c”

what it will do :- It will create a file ,name as 'hello.c' 
*tip:- the source file for c are save as .c extension.

 pop up window of gedit will open, type your test code in the following format  
         

                            #include <stdio.h>

                               main()
                                           {

                                          printf ( "hello world, testing c om ubuntu\n" );
                                              }

close the editor window.


Step 2




STEP 3:- compile your program
Type a command
                                     gcc -o hello hello.c


this wil make the GNC compiler to compile the “hello.c” file in your home folder
the result will will be an executable file named as hello




STEP 4:- Execute your program
Type the command
./hello
the result should display this in output
hello world, testing c om ubuntu











so that is it,, so simple it was

 if you want to do a little advance try my pdf on the same topic" how to run c on ubuntu '



here is the link
http://bit.ly/1DCmKNu

https://www.dropbox.com/s/enbzs2kuzn3qvwv/Untitled%20Document%202.pdf?dl=0



Comments

Popular posts from this blog

Physical Teleportation Theoretical method to do It!

Teleportation is the ability of moving matter from one point in time and space to another point in time and space instantaneously. There are different types of teleportation available at this time both visual and physical teleportation are possible and we use visual teleportation as our starting point. Types Visual body teleportation Astral body teleportation The different types of visual teleportation are. visual body or astral body teleportation , or visual object teleportation but before we can master teleportation we must first learn the art of Telekinesis/Psychokinesis and Clairsentience and the higher state of consciousness the seventh sense. Other abilities useful in teleportation are Tele-Visualization and ESP (Extrasensory Perception). The ability of teleportation is used in Time travel, Interstellar travel, and Dimensional travel. Teleportation is the near instantaneous transport of the Psychic from one location to another and there is no other fo...

Man in the middle attack

Man-in-the-Middle Attack ————————————— Man-In-The-Middle attack is the type of attack where attackers intrude into an existing connection to intercept the exchanged data and inject false information. It involves eavesdropping on a connection, intruding into a connection, intercepting messages, and selectively modifying data. DEFINITION : —————— The term "Man-in-the-middle attack" (MITM attack) refers to the type of attack where the attacker intrudes into the communication between the endpoints on a network to inject false information and intercept the data transferred between them. MITM attack is also known as: ————————————— Bucket-brigade attack —————————— Fire brigade attack —————————...

Professional Tips ON How To Be A Great Guitar Player

Professional Tips ON How To Be  A Great Guitar Player Everyone has their favourite and everyone loves their favourite for a different reason. When I was 13 I didn't play guitar, but my favourite guitar player was Slash  from  GN'R . Why? because he looked like the best guitar player in the world, he wore cool clothes, played his guitar in a cool way, wore a cool hat and was in a cool band. When I learned to play guitar I found and affection for playing blues music and then  Stevie Ray Vaughn became my favourite guitarist. I liked him the best because he could play fast, sound soulful and wore a cool hat. Everyone likes their heroes for different reasons, so what makes a great player great? I mean  Eric Clapton  is considered to be a great and so is Randy Rhoads , but they have distincly different styles, so what makes us consider them both to be greats? I have attempted to compile a list of criteria that guitarists fit to be a great. Some fit into mor...