What are the flaws of the C programming language?

Asked by Last Modified  

Follow 3
Answer

Please enter your answer

Engineer,DS and Astrology Teaching expert.

The C programming language, while powerful and widely used, has some inherent flaws. One notable limitation is its lack of built-in support for dynamic memory management and bounds checking. This can lead to common programming errors like buffer overflows and memory leaks, which may result in security...
read more
The C programming language, while powerful and widely used, has some inherent flaws. One notable limitation is its lack of built-in support for dynamic memory management and bounds checking. This can lead to common programming errors like buffer overflows and memory leaks, which may result in security vulnerabilities and system instability. Programmers need to be meticulous in managing memory manually, increasing the risk of errors and making code more prone to bugs and security issues. Additionally, C lacks modern features found in more recent programming languages, such as object-oriented programming constructs and standard libraries for common tasks. This can result in more verbose and complex code for certain applications, hindering code readability and maintainability. While C's simplicity and efficiency have contributed to its longevity and popularity, these flaws highlight the trade-offs associated with its design choices in comparison to more modern programming languages. read less
Comments

Python trainer believe in practical learning.

While C is a powerful and widely-used programming language, it is not without its flaws. Memory management in C can be error-prone as it relies heavily on manual memory allocation and deallocation, leading to issues like memory leaks and dangling pointers. Additionally, C lacks built-in bounds checking,...
read more
While C is a powerful and widely-used programming language, it is not without its flaws. Memory management in C can be error-prone as it relies heavily on manual memory allocation and deallocation, leading to issues like memory leaks and dangling pointers. Additionally, C lacks built-in bounds checking, making it susceptible to buffer overflows and other security vulnerabilities if not used carefully. Another limitation is the absence of modern abstractions like object-oriented programming, which can make code organization and maintenance more challenging. The language also lacks native support for dynamic data structures, requiring developers to implement their own or rely on external libraries. read less
Comments

C language Faculty (online Classes )

What are the disadvantages of C language? Lack of Object Orientation. ... Inefficient Memory Management. ... No Garbage Collection. ... Run-time checking. ... Concept of namespace is not present in C. ... Absence of Exception Handling. ... Lacks Constructor and Destructor
read more
What are the disadvantages of C language? Lack of Object Orientation. ... Inefficient Memory Management. ... No Garbage Collection. ... Run-time checking. ... Concept of namespace is not present in C. ... Absence of Exception Handling. ... Lacks Constructor and Destructor read less
Comments

Coding Trainer with 3 years of experience in College.

C programming language does not support Object-oriented programming language
Comments

Unleash your drumming potential with personalised practice and dynamic instruction!

The flaws of the C programming language include its lack of built-in memory safety, requiring manual memory management which can lead to memory-related errors like leaks and overflows. Additionally, C lacks modern abstractions, has undefined behavior, no built-in support for concurrency, error-prone...
read more
The flaws of the C programming language include its lack of built-in memory safety, requiring manual memory management which can lead to memory-related errors like leaks and overflows. Additionally, C lacks modern abstractions, has undefined behavior, no built-in support for concurrency, error-prone string handling, and can be platform-dependent, though it's still widely used for its performance and low-level control in system and embedded programming. read less
Comments

C, Python FullStack, Java FullStack Coding Instructor

Flaws of C: Lack of memory safety No built-in string handling Limited standard library No native support for OOP Manual memory management Weak type checking No exception handling Limited standardization, leading to portability issues.
read more
Flaws of C: Lack of memory safety No built-in string handling Limited standard library No native support for OOP Manual memory management Weak type checking No exception handling Limited standardization, leading to portability issues. read less
Comments

I am online Quran teacher 7 years

Flaws of C: Lack of memory safety No built-in string handling Limited standard library No native support for OOP Manual memory management Weak type checking No exception handling Limited standardization, leading to portability issues.
Comments

View 5 more Answers

Related Questions

Can a file other than a .h file be included with #include?
yes .h -- is just for our understanding that its header file, you are free to put any filename and extention.
Pankaj
0 0
7
In C/C++, when should you use the comma (,) operator instead of the semicolon (;) statement terminator?
int a=2; b=a; b=a+2; Instead of the above two statements we can write it as b=(a,a+2); The value of b is 4
Thimma
0 0
5
What are the advantages of using C over C++?
C++ is a object oriented programming language
Rekha
0 0
5
Why does execution of a program in C/C++/Java start from only main?
Main function is calling the other functions of he program and compiler gets this direction while Compiling the code. If it does not find main function then it will also not find the other functions in the code. So, main is required in C program.
Isha
What is the best website to learn c language?
Programming is learnt by practice. I would suggest you to refer the book by Dennis Ritchie on C programming to start with.
Nom

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 for Begginers
C is an procedure oriented programming language. For any begginer the word program is new. Program: Set of instructions to be followed by machine or computer. Instruction Examples: Arithmetic instruction...

Facts about C language
C programming language was developed in 1972 by Dennis Ritchie at AT&T Bell Labs. It was developed to overcome the problems of languages such as B, BPCL. It was developed to write the Unix operating...

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

Recommended Articles

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 >

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 >

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 >

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 >

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