Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Memory Error

This is a discussion on Memory Error within the C and C++ forums, part of the Programming Talk category; What are the memory access violations errors one can get normally in a C programming language? Can someone provide important ...

  1. #1
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124

    Memory Error

    What are the memory access violations errors one can get normally in a C programming language? Can someone provide important guidelines to avoid these?


  2. #2
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144
    One of the common memory access violations errors one can get normally in a C programming language is the segmentation fault. A segmentation fault occurs when a program attempts to access a memory location that it is not allowed to access, or attempts to access a memory location in a way that is not allowed.


Latest Article

Network Security Risk Assessment and Measurement

Read More...