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

how much time does it take to learn c language from basic to advance range
3 month and also depend in your skill to learning power...
Nithin
How can I develop my C language?
Practice coding: Write code regularly, even if it's small programs. Practice is key to improving. Read books and online tutorials: There are many resources available to learn C. Books like "The C Programming...
Mohit
0 0
5
Difference between "C structure" and "C++ structure".
C is process oriented programming.. so c follows procedure in execution where as C++ is object oriented and messages are been passes between the objects..
Khushboo
How and where do I start learning C programming?
Goals Fundamental concepts of C programming language. Write your first C program. Understand different keywords & Data types in C. Understand Variables & Scope of Variables. Learn Enumeration or Enum...
Krishna
0 0
5

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

Ask a Question

Related Lessons

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; ...

Tress And Its Traversal
Depth First Traversals:(a) Inorder (Left, Root, Right) : 4 2 5 1 3(b) Preorder (Root, Left, Right) : 1 2 4 5 3(c) Postorder (Left, Right, Root) : 4 5 2 3 1 Trees are one of the data structures like...

C++ Program-Working with constant using #define preprocessor
//Header Files #include#include // using #define preprocessor for defining a constant#define len 10#define br 5#define rad 3#define NEWLINE '\n' //Main function void main(){ int area_r; float area_c; //Function...

Some interview questions and answers for fresher level on Pointers
What is a void pointer? Void pointer is a special type of pointer which can reference or point to any data type. This is why it is also called as Generic Pointer. As a void pointer can point to...

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