What are the flaws of the C programming language?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

I am a tutor since last 1 year

lack of built-in safety features,
Comments

I am online Quran teacher 7 years

lack of modern features, a steep learning curve, and the need for manual memory management
Comments

"Rajesh Kumar N: Guiding Young Minds from 1 to 12 with Expertise and Care"

Flaws of C: 1. Manual memory management (prone to memory leaks and errors). 2. Lack of built-in safety features (no bounds checking). 3. No support for object-oriented programming. 4. Complex syntax for large projects. 5. Pointer issues (can lead to bugs like segmentation fault...
Comments

C and Assemley Lagguagges.I Have Experience in Ap Compters for USA students.

Flaws of the C Programming Language Flaw Explanation 1. No Built-in Memory Safety C allows direct manipulation of memory via pointers, which can lead to issues like buffer overflows, dangling pointers, and memory leaks if not handled carefully. 2. Lack of Object-Oriented Features C...
read more
Flaws of the C Programming Language Flaw Explanation 1. No Built-in Memory Safety C allows direct manipulation of memory via pointers, which can lead to issues like buffer overflows, dangling pointers, and memory leaks if not handled carefully. 2. Lack of Object-Oriented Features C is procedural and doesn’t support classes or objects, making it less suitable for complex software design compared to languages like C++ or Java. 3. No Automatic Garbage Collection Programmers must manually manage memory allocation and deallocation, which can cause memory management errors. 4. Limited Standard Library Compared to modern languages, C’s standard library is minimal, requiring programmers to implement many functions themselves. 5. No Exception Handling C lacks built-in mechanisms for handling runtime errors or exceptions, so error handling can be cumbersome. read less
Comments

View 2 more Answers

Related Questions

How to enroll for the course?
register here then post your requirements,do provide your ph no by which trainers can contact you or you can individually search for trainers nearest to your location and contact them.
Alpana
Why is there no C-- language that simplifies the C language?
C++ stands for additional functionality and the original programming language was C. There is no downgraded version of C so there is no C--.
Komal
0 0
7
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
Can stdout be forced to print somewhere other than the screen?
Although the stdout standard stream defaults to the screen, you can force it to print to another device using something called redirection
Vijay
0 0
5
What is "&" called in C language?
The Address Operator in C also called a pointer. This address operator is denoted by “&”. This & symbol is called an ampersand.
Soumya
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

C Programming basics
C PROGRAMMING BASICS 10 Hours Introduction to ‘ C’ programming –fundamentals – structure of a ‘C’...
O

Om K.

0 0
0

Why we need to learn Programming languages?
Language is medium for communication. If two parties like to communicate or exchange the thoughts they must know a language. Language should be understandable by both the Parties. For example A wants to...

Basics Of C And C++
C++ is powerful, highly flexible, and adaptable programming language that allows software engineers to organise and process information quickly and effectively. But this high-level language is relatively...

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

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

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 >

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 >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

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