Why is there no C-- language that simplifies the C language?

Asked by Last Modified  

Follow 3
Answer

Please enter your answer

Tutor

Good Question! actually the operator "++" is used in Programming laguage for increment a number ex: a=5 a++ print (a) it gives the output 6 which is upgreaded (latest) value so here the ++ is used instead of "upgrade" or "increase" in that sence, the the opertor ++ is used along with C . C++...
read more
Good Question! actually the operator "++" is used in Programming laguage for increment a number ex: a=5 a++ print (a) it gives the output 6 which is upgreaded (latest) value so here the ++ is used instead of "upgrade" or "increase" in that sence, the the opertor ++ is used along with C . C++ read less
Comments

C language Faculty (online Classes )

One could easily create a simpler language, but C is about as simple as you can get (in the original form, newer versions have more features). If you want it simpler you can hack the compiler(s) to disallow features.
Comments

Python trainer believe in practical learning.

While there isn't a widely adopted "C--" language simplifying C, several initiatives simplify C development. One reason for the absence of C-- could be the extensive ecosystem and familiarity with C, making a new language less appealing. Instead, tools like "C99" and "C11" standards enhance C's expressiveness...
read more
While there isn't a widely adopted "C--" language simplifying C, several initiatives simplify C development. One reason for the absence of C-- could be the extensive ecosystem and familiarity with C, making a new language less appealing. Instead, tools like "C99" and "C11" standards enhance C's expressiveness and safety. Additionally, higher-level languages like Rust offer modern features while maintaining compatibility with existing C codebases. Overall, while C-- doesn't exist, continuous improvements and alternative languages address C's complexities and limitations. read less
Comments

I am online Quran teacher 7 years

One could easily create a simpler language, but C is about as simple as you can get (in the original form, newer versions have more features). If you want it simpler you can hack the compiler(s) to disallow features.
Comments

View 2 more Answers

Related Questions

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
Why is C programming language called C?
It was first known as New B as it was an improved version of the B programming language. As C comes next to B in the English alphabet, it was renamed C later before its release. C is the only programming...
Shiva
0 0
5
When is a "switch" statement better than multiple "if" statements?
switch statement is generally best to use when you have more than two conditional expressions based on a single variable of numeric type. For instance, rather than the code if (x == 1) printf(“x...
Shalu
How would you round off a value from 1.66 to 2.0?
By adding 1.0 (float) to the integer part (type casted) of 1.66.
Dhanya
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

C Program Sample Application
//Standard Library Functions(Header Files used) #include<stdio.h> #include <conio.h> //Main method int main() { // function for clearing screen clrscr(); // function to print the output...
S

Functions In C Programming
A C-language program is nothing but collection of Function, these are the building blocks of a ‘C’ program. Generally, a function mans a task. “Function is a...

C Program-Infinite Loop[For] Demo
//Header Files #include<stdio.h>#include<conio.h> //Main function void main(){ //Function for clearing screen clrscr(); //Infinite for loop for(;;) { printf("Hello!"); } //Function for...
S

Introduction to Programming Languages
What is a Programming Language? A programming language is a formal computer language or constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages...

Programing Languages Learning Tricks
You want to learn that new language or library or framework as soon as possible, right? That’s understandable. Fortunately, there are a handful of tips that can help you to better retain all of that...
H

Harshal G.

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 >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

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