OPERATING SYSTEMSOS Linux

Sum of two number in C program run in ubuntu

#Cprogram #Btavideoschannel #programming #ubuntu #youtubeviews
Please subscribe to my channel.
This program is about taking the two numbers from the user and then display it.
This video is for the beginner, who has just started C programming, this video will teach you how to add two numbers in c.c (programming language),ubuntu (operating system),c programming in ubuntu linux,computer program (literature subject),gnu/linux (operating system),two
Addition of Two numbers using C Program c program,addition of two
linux,programs,sample,sum,sum of,sum of two,sum of two numbers,ubuntu,learners,beginersnumbers,c language
in this C Programming language example / sample program in Hindi you will learn to write a C Program to add two integer numbers entered by the user ( addition of two numbers )
We are using the addition operator ( + ) for adding 2 numbers.
Here we are displaying the message to user using printf function and we are taking user input using scanf function.
tags:
c program to add two numbers,c program to add two numbers using scanf,c example programs,example program,c language even or odd program,c programming even or odd number,c language tutorial for beginners,c sample programs,c printf,c scanf,learninglad,learninglad hindi,c programming in hindi,c video tutorial in hindi
how to run c program in ubuntu 20.04, how to run c program in ubuntu terminal, how to run c program in ubuntu in hindi, linux, ubuntu, c program
Here I showed Detailed information on C programming in Ubuntu for Beginners.How to write,compile and run c program in Linux Ubuntu Terminal
In this video I am going to show How to Compile and Run C program Using GCC on Ubuntu 18.04 LTS Linux. Same instruction will be valid for Linux mint, Debian and other Linux systems
==========================================
Confirm your installation by checking for GCC version by the command:
gcc –version
===========================================
Install build-essential by the command:
sudo apt install build-essential
===========================================
To compile the code within hello.c file, compile and execute it:
$ gcc -o hello hello.c
$ ./hello
Hello, World!
How to run a C program on Ubuntu?
Compiling/Running C Programs?
Compile and Run simple C Program with gcc Compiler in Ubuntu
Ubuntu Installation –https://youtu.be/VnM4ltClSbM
Ubuntu Simple Command–https://youtu.be/PUKgs2N7o9g
Java Programming Course–https://youtu.be/saWQOx4BQ4U
Computer Graphic Course–https://youtu.be/RdHtRQ99xNI
*************Commands in terminal to run C Programs :-*************

1 ) gcc -o test filename.c

// the above command will compile your C program

2 ) ./test

// the above Command will run your C program

********Commands in terminal to run C++ Programs :-*************

1 ) g++ -o test filename.cpp

// the above command will compile your C++ program

2 ) ./test

// the above Command will run your C++ program
————————————————————————————————

tags : –

how to compile c program in linux using gcchow to compile cprogram in ubuntuhow to run a c program in windowhow to write c program in linux terminalhow to compile c++ program in ubuntu
c programming in linux tutorialhow to run a c program in terminal macwrite a process to compile and execute c program in linux
how to run c program in linux terminal how to compile c++ program in ubuntu how to compile c program in linux using gcc command to run c program in linux how to run a c program in terminal mac how to run c program in gcc compiler in windows how to run a c program in windows terminal how to run c program in fedora run c++ program in terminal windows how to compile c++ program in linux using g++ how to run a c++ program in terminal mac command to run c++ program on terminal how to run c++program in ubuntu how to create and execute cpp in ubuntu c++ hello world in ubuntu c++ programming in ubuntu tutoria install gcc linux yum how to install c compiler in ubuntu how to install gcc in linux redhat install gcc linux command line download gcc for linux install gcc debian how to install gcc compiler in ubuntu gcc compiler for ubuntu 14.04 download gcc compiler for ubuntu 14.04 download ubuntu 16 install gcc how to install c compiler in ubuntu install gcc linux yum install gcc linux command line how to install gcc in linux redhat download gcc for ubuntu download gcc for linux
Video tutorial showing how to compile and run C or C++ programs on Ubuntu or any other Linux flavour using the terminal.
c language,c++,c++ language,c programming,c++ programming,compiling,executing,execute,compile,run,compile a c program,execute a c program,run a c program,on ubuntu,linux,c program on linux,c program on ubuntu

To compile a C Program:
gcc program.c

To compile a C++ Program:
g++ program.cpp

Execute:
./a.out

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *