Why are C and C++ faster than other programming languages?

Asked by Last Modified  

Follow 9
Answer

Please enter your answer

C is basic programming language. It is very simple language & interested. C is procedural programming language
Comments

Expert Technical Trainer with 15 years of work experience

They use compilers which compile the lines of source code all at once. But, for example, A programming language like Java uses an interpreter to compile the source one line at a time
Comments

Software trainer with 15years experience

Because they have better machine efficiency than other high level programming languages
Comments

Oracle, Hindi, C++, C, MS Office, VBScript,JavaScript,Spoken English etc with 32 years of experience

C/C++ is the best known programming language when it comes to speed and performance. That’s the reason it is used by big giants like Facebook,Amazon,Google. It achieves such performance as it runs directly on the hardware machine so there is minimal lag. Whereas in other languages like Java runs on...
read more
C/C++ is the best known programming language when it comes to speed and performance. That’s the reason it is used by big giants like Facebook,Amazon,Google. It achieves such performance as it runs directly on the hardware machine so there is minimal lag. Whereas in other languages like Java runs on something called JVM which is a virtual machine. So obviously running a program on actual hardware is much faster than running it on a virtual one. read less
Comments

Microsoft Certified Trainer with 12+ years of experience in IT Training

One of the reason is that C and C++ are "close to machine language". They are only one or two level up from machine language whereas other languages are minimum 3 more level up from machine language.
Comments

Coputer Science Tutor And Project Instructor

It achieves such performance as it runs directly on the hardware machine so there is minimal lag. Whereas in other languages like Java runs on something called JVM which is a virtual machine. So obviously running a program on actual hardware is much faster than running it on a virtual one.
Comments

It Professional Trainer With 20 Years of Experience in in Key Aspects of Software Development

Yes C and C++ programs compiled and converted to an executable code for the desired platform (Operating System) and hence they execute faster.
Comments

JS Academy in Association With Cryptic Technologies Pvt. Ltd.

C & C++ program runs directly on the hardware machine. Whereas in other languages like Java runs on something called JVM which is a virtual machine. So obviously running a program on actual hardware is much faster than running it on a virtual one.
Comments

View 6 more Answers

Related Questions

when will you start for delivering lectures on C language
You can approach, I will teach in depth, make you profession c developer
Surbhi
What is meant by "bit masking"?
For example if you want to know if third bit is 1 or not for an int x then you can mask all other bits and just check the third one: (n & 0x04) != 0 means 3rd bit is not zero, 0x04 is the bit mask
Kiran
0 0
6
What is the importance of pointers? People stress more on them. Why they are useful actually what is their importance?
Importance of pointers:- Pointers are used in situations when passing actual values is difficult or not desired. To return more than one value from a function. They increase the execution speed. The...
Pati
What is a macro, and how do you use it?
A macro is a fragment of code which has been given a name. Whenever the name is used, it is replaced by the contents of the macro. There are two kinds of macros. They differ mostly in what they look...
Sandeep
Why is C still so popular?
C remains popular for several reasons, and its enduring popularity can be attributed to a combination of historical significance, efficiency, and versatility. Here are some key reasons why C is still widely...
A
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Basic Concepts of Web Designing
An introduction to domain names, web servers, and website hosting 1)What is the web? In a nutshell, the web is a whole bunch of interconnected computers talking to one another. The computers (on the...

C PROGRAM FOR GENERATING SOUND
#include<stdio.h> #include<conio.h> #include<dos.h> void main() { sound(3000); // sound function have single parameter , this parameter we put integer value its generating...

V. Muthu Ganeshan

0 0
0

Be prepared to get trained--init
Before starting the training,students must be mentally prepared for acceptance of new knowledge. Students must attend training with open minded forgetting the position they are working.This will help...
S

Smartnub Softsolutions

0 0
0

Dynamic Memory Allocation in C using malloc()
#include <stdio.h>#include <conio.h>//#include <malloc.h> OR#include <stdlib.h>void main(){ int *ptr, i, n, sum = 0; printf("how many elements ? "); scanf("%d", &n);...

Design your own Mouse Driver in C Language
Mouse Driver (msdrv.h) #include #include union REGS i,o; restrictmouseptr(int x1, int y1, int x2, int y2) { i.x.ax=7; i.x.cx=x1; i.x.dx=x2; ...

Recommended Articles

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you