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

What is meaning of & in c language?
In the C family of languages, &x means “the address of x” and *y means “the value at the address y”.
Khushwunder
0 0
5
What does %d mean in the C programming language?
signed decimal integer %d is not the only format specifier in C to represent integers. To be precise, %d is used to represent a signed decimal integer.
Vikas
0 0
6
How is C++ language used nowadays?
C++ is widely used today in various domains, including systems programming, game development, high-performance computing, and embedded systems. Its efficiency, control over hardware, and versatility make...
Arumugam
0 0
5
Is it possible to write big safe programs in C++?
yes. C++ is generally used to write system software. For example windows operating system are writeen in C++. Most of the operating system, device driver and antivirus programs are written by using C++.
Sapna
0 0
6
Which book is best for learning C programming by a beginner?
One of the most highly recommended books for beginners learning C programming is "The C Programming Language" by Brian Kernighan and Dennis Ritchie. It's often referred to as the "K&R C" book and is praised...
Anil
0 0
8

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

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

Array vs Linked List
Array Linked List Accessing element is easy. Accessing element is difficult compare to Array. Easy to use. Difficult to use. Memory is Fixed size. Memory is variable size. If...

Efficient Learning Strategies
Type your notes after class Write your notes onto flashcards - Scrabble -Make posters Review flashcards while walking, at gym, etc. Dog-ear pages in the reading where you can find...

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

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