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 many programs are in the C language?
It's challenging to provide an exact count of how many programs are written in the C language globally, as it's an immensely popular and widely-used programming language. C has been in existence since...
Muskan
0 0
6
What are pointers in C language?
a variable that stores the memory address of another variable
Sanjeevani
0 0
6
How do we print something, e.g. my name, in C language without using the printf function?
int main() { char str1; char str1; strcpy (str1,"tutorialspoint"); strcpy (str1,"compileonline"); puts(str1); puts(str1); return (0); } Compile and run the above program to produce the following result tutorialspoint compileonline
Praveen
0 0
6
What is the structure of a C program?
A C program typically starts with preprocessor directives, followed by global variable declarations. It then defines functions, one of which must be the main() function, serving as the entry point. The...
Igno
0 0
5
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

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

Ask a Question

Related Lessons

How do i get best Campus / Off Campus Placement?
Companies are looking for Skilled Freshers. So build your technical skills while doing MCA / BTech / BCA / BSc (IT or CS) into below areas- 1. Strong your programming & debugging skills ...

C Program-Prime Number
/*WAP to print a number entered by the user is prime or not*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ int num,i; //Function for clearing screen clrscr();...

Pointers and References
Are reference and pointers same? No. I have seen this confusion crumbling up among the student from the first day. So better clear out this confusion at thevery beginning. Pointers and reference...

Some Tricky Questions in C
Can you write two functions in which one executes before main function and other executes after the main function? #pragma startup #pragma exit Where, priority is optional integer value.For user priority...

Storage classes in c
Storage classes determine the scope and life time of a variable. Scope is defined as the region over which the defined variable is accessible. Lifetime is the time during which the value of a variable...

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