UrbanPro

Learn C Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

What are the flaws of the C programming language?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

C language Faculty (online Classes )

Manual Memory Management: One of the biggest challenges of C programming is manual memory management. ... Lack of Built-in Safety Features: C does not include built-in safety features such as bounds checking or type checking, leaving room for vulnerabilities such as buffer overflows and pointer er...
read more
  • Manual Memory Management: One of the biggest challenges of C programming is manual memory management. ...
  • Lack of Built-in Safety Features: C does not include built-in safety features such as bounds checking or type checking, leaving room for vulnerabilities such as buffer overflows and pointer errors
read less
Comments

A Ugc Net Certified Tutor

c is not an object oriented programming language c is not an ideal language for webdevelopment c doesnt have constructors and destructors which are used for automatic resource management
Comments

Python trainer believe in practical learning.

C programming language, while powerful, has notable flaws. Its lack of built-in dynamic memory management can lead to memory leaks and segmentation faults if not handled carefully. Additionally, C's pointer arithmetic can make code prone to errors and vulnerabilities like buffer overflows. The absence...
read more

C programming language, while powerful, has notable flaws. Its lack of built-in dynamic memory management can lead to memory leaks and segmentation faults if not handled carefully. Additionally, C's pointer arithmetic can make code prone to errors and vulnerabilities like buffer overflows. The absence of modern features, such as object-oriented programming constructs and standard libraries for tasks like string manipulation, makes certain tasks cumbersome. Moreover, C's syntax can be verbose and cryptic, hindering readability and maintainability, especially for complex projects. Lastly, C's strict adherence to low-level hardware operations can limit its portability and make it less suitable for high-level abstractions and rapid development.

read less
Comments

My teaching experience 12 years

C programming language, while powerful and widely used, does have some flaws: 1. **Pointers and Memory Management**: Handling pointers can be complex and error-prone, leading to memory leaks, segmentation faults, and other bugs. 2. **Lack of Runtime Checking**: C doesn't provide built-in runtime...
read more
C programming language, while powerful and widely used, does have some flaws: 1. **Pointers and Memory Management**: Handling pointers can be complex and error-prone, leading to memory leaks, segmentation faults, and other bugs. 2. **Lack of Runtime Checking**: C doesn't provide built-in runtime checks for array bounds, null pointers, or uninitialized variables, making it easier to introduce bugs. 3. **No Standard Library Support for Modern Features**: C's standard library lacks support for modern programming paradigms like object-oriented programming and lacks built-in data structures and algorithms. 4. **Unsafe Type Conversions**: C allows implicit type conversions, which can lead to unexpected behavior and bugs if not used carefully. 5. **Platform Dependence**: Code written in C may not be portable across different platforms and compilers due to differences in compiler implementations and system architectures. 6. **Limited Standardization**: While there is an ANSI C standard, not all compilers fully adhere to it, leading to inconsistencies and non-portability of code. 7. **String Handling**: C strings are null-terminated arrays of characters, which can be cumbersome to work with and prone to buffer overflow vulnerabilities. 8. **Manual Memory Management**: C requires explicit memory allocation and deallocation using functions like malloc() and free(), which can lead to memory leaks and dangling pointers if not managed properly. Despite these flaws, C remains a widely used language due to its efficiency, performance, and close-to-the-hardware capabilities. read less
Comments

View 2 more Answers

Related Questions

What is C language?

It is a general purpose high level language used to make software for operating systems (kernel programms), game development, Embedded devices etc. It avoids the complexity of writing machine code and...
Shiva
How would you round off a value from 1.66 to 2.0?
using ceil function. i.e. ceil(1.66)
Dhanya
0 0
6
Does a civil engineer need to learn the C language?
C language is a common subject in the first year of engineering irrespective of the branch. It may not be helpful for your civil engineering career but you definitely need to pass for B.Tech graduation.
Sandeep
0 0
5
Can anybody provide me error free coding for graphic program in C??? Animated Smiley program Rotating Fan progran Sunrise program
#include graphics.h #include conio.h #include stdlib.h #include dos.h main() { int gd = DETECT, gm,area,temp1,temp2,left =25,top=75; void *p; initgraph(&gd,&gm,”C:\TC\BGI”); setcolor(YELLOW); circle(50,100,25); setfillstyle(SOLID_FILL,YELLOW); floodfill(50,100,YELLOW); setcolor(BLACK); setfillstyle(SOLID_FILL,BLACK); fillellipse(44,85,2,6); fillellipse(56,85,2,6); ellipse(50,100.205,335,20,9); ellipse(50,100.205,335,20,10); ellipse(50,100.205,335,20,11); area...
Gayu
0 0
8
What are the main characteristics of c programming?
C programming is characterized by several key features that contribute to its popularity and versatility. Here are some of the main characteristics of the C programming language: Procedural Programming: ...
Balendra
0 0
6

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

Everything about printf in C language
What is printf and from where it comes from in C code.? You must have used printf so many times in your Car programs but do you really know everything about printf? Let's see. What is the full form...

Advantages of C++ Language
Advantages of C++ - C++ is a profoundly convenient dialect and is frequently the dialect of decision for multi-gadget, multi-stage application advancement. - C++ is a protest situated programming dialect...

Variables
Variables in C Language:A variable is a name that may be used to store a data value. Unlike constant, variables are changeable, we can change value of a variable during execution of a program. A programmer...

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

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 >

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 >

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
X

Looking for C Language Classes?

The best tutors for C Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C Language with the Best Tutors

The best Tutors for C Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more