Are programming languages complete? Can we program any kind of software in C++, JavaScript, Python or C?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

BEST Technical Trainer & Freelancer

Yes. C and C++ are the core for all.
Comments

Online tutions only...HR & IT Professional with good teaching experience for CBSE Board

Not really or theoretically yes but practically no as each and every language have its own pros n cons. C is a systems programming language used to write OS kernels and device drivers. It can do this because of its memory pointers, which confer the capability to code at the machine level. Most...
read more
Not really or theoretically yes but practically no as each and every language have its own pros n cons. C is a systems programming language used to write OS kernels and device drivers. It can do this because of its memory pointers, which confer the capability to code at the machine level. Most other languages are incapable of doing this on their own. I’m referring to Java, Python, JavaScript, PHP, Perl, etc. But in general the answer is yes. read less
Comments

Software Trainer

yes but following some terminologies
Comments

Theoretically Yes, practically No. Theoretically, all languages are largely comparable, you might do it differently in Python than you would in Swift, but you can do it.
Comments

Tutor

C language is mother of all other language in programming, you need to clear C first and then go as per needs. #stayconnected #stayupdated like & follow us on www.facebook.com/learn4fun.vadodara
Comments

Computer Techie

Practically impossible. If so then why do we require different languages. C is structured language which is close to the machine and is use for driver coding. Javascript is use for adding actions to HTML pages. Hence for working in different scenarios we have to use different platforms and languages
Comments

View 4 more Answers

Related Questions

How do you sort filenames in a directory?
The idiomatic way to sort something in C is to use the qsort() function. For this to work, it's best if you can arrange to have all the file names collected into an array of pointers, and then you sort...
Ajay
0 0
9
What purpose does \n have in C programming?
is used for new line. It prints the output in New or next line
Nasar
0 0
9
What is the output of the below: int x, y; printf("%d", scanf("%d %d", &x, &Y));
:) Good one. It checks my eye sight. This piece of code would result in an error: "undefined symbol Y". Note: 'scanf( )' not only scans and loads the values entered by users into variables, but it...
Pravalika
Is C programming necessary to learn to become a software engineer?
C language is starting language for programming, if you will understand the concept of C language then it would be very easy to learn all programming language because somehow concepts are similar
Ujwalajagdale
0 0
7
What is meant by high-order and low-order bytes?
Lower order and higher-order bytes are the terms used while computing calculations in a programming language. Usually, numbers are written from left to right. The left is the most significant bit, and...
Vishal
0 0
9

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

Ask a Question

Related Lessons

C Program-String Comparison
// WAP to compare strings entered by the user //Header files #include<stdio.h>#include<conio.h>#include<string.h> //Main function void main(){ char str1; char str2; int comp; //Function...

Datatypes in C Language
Data types in C Language Data types specify how we enter data into our programs and what type of data we enter. C language has some predefined set of data types to handle various kinds of data that...

Program to swap the value of two variables without using third variable(simplest way)...
int main() { int a=10,b=20; printf("values of a before swap ="%d,a); printf("values of b before swap ="%d,b); a=a+b; b=a-b; a=a-b; printf("******************"); printf("values of a after swap...

Programming Practice Technique
Any Programming Language required an Algorithm. Algorithm - It is the finite set of instructions in which each and every instruction has the meaning, instructions are not ambiguous and all the instructions...

Tips of learning Java Language/Other Programming Languages
1.You should know the basic concept: If we talk about programming languages so basic concept are same in all the high level languages. So you should know the basic concept firstly then you can easily understand...
I

Icreative Solution

0 0
0

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 >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

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