Results 1 to 4 of 4

Thread: What are the limitations of 'c' language

  1. #1
    Join Date
    Jan 2009
    Posts
    23

    What are the limitations of 'c' language

    Hi friends,

    I just completed the programing course in 'c' and started the C++. Do you know the what are main limitations of the 'c' language ?
    OR the features which are not available in C but other properties can support?


    Please reply with help...

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: What are the limitations of 'c' language

    Below are the disadvantages of C which is know:

    i). 'C' does not support Runtime Checking.

    ii). 'C' does not support strict type checking
    There is no strict type checking
    e.g. We can pass integer value to float type variable.

    iii). As the program extends in 'C', it becomes very difficult and inconvenient to fix the bugs.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: What are the limitations of 'c' language

    The 'C' language is the Procedure oriented language.But the 'C++' follows the Object Oriented Programming(OOPs concept)
    The main disadvantage of procedure oriented language is that the program become more complex as coding increases. But in OOP supported languages, If code is large we can create small program and link into the another program. OOPs support re-usability while 'C' does not.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: What are the limitations of 'c' language

    Hi frioend,

    I am also "C" language user but I don't think there is more disadvantage in "C". Why are you thinking about disadvantage ?You should think how much advantages "C" has.
    The only disadvantage which I know is the pointer and complexity of coding

Similar Threads

  1. Replies: 8
    Last Post: 19-04-2012, 08:12 PM
  2. Replies: 3
    Last Post: 31-01-2011, 11:57 PM
  3. Replies: 7
    Last Post: 08-12-2010, 02:20 AM
  4. What are the limitations of XML?
    By Sarfaraj Khan in forum Software Development
    Replies: 4
    Last Post: 13-02-2010, 12:32 PM
  5. Vista ultimate Language Pack for Greek language
    By ph_oratis in forum Windows Update
    Replies: 3
    Last Post: 29-11-2009, 03:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,997,134.49193 seconds with 17 queries