Estimated Fees in India
₹ 400 to ₹ 500 per hour
Find Embedded C Training Fees in your locality
Post your Learning Need
Get customized quotes and responses from Tutors
Choose & Learn from Tutor of your choice
No data available
No data available
No data available
No data available
No data available
No data available
Answered on 28/10/2021
Kiran Kumar
. 16yrs experience as java selenium automation Architect
Lesson Posted on 08/09/2020
Ranjeet Patil
I am a teacher. I am giving home tuition. I have done post graduation degree. I have done certificate...
Lesson Posted on 09/03/2020 Learn IT Courses/Embedded Systems
Compiling a C program on Linux machine GCC
Narasimha
Note: if GCC is not available in your Ubuntu Linux machine install by using below command
$sudo apt-get install gcc-4.9
Here 4.9 is GCC version
Similarly for installing vim
$ sudo apt-get install vim
Below are the steps we have to follow for compiling a c programming file on Linux(Ubuntu):
1) create a .c file using the below command
$vim demo_prog.c
2) write some logic based on your requirement and save using by pressing escape key and type " :wq "
3) compile the demo_prog.c using GCC
$gcc demo_prog.c
4) if no syntax errors in your demo_prog.c file then GCC compiler creates a.out file.
5) run a.out file
$./a.out
read less
Have a question about Embedded C Training Fees? Ask your question and get answers from top Tutors.
Create your FREE UrbanPro profile and grow your income!
Find best tutors for Embedded C Classes by posting a requirement.
Get started now, by booking a Free Demo Class