answersLogoWhite

0


Best Answer

Example:

int *p= (int *)-1;

*p= 0;

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is segmentation faults in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the types of Processor faults in c?

Processor faults are not related with a specific programming language.


What has the author Gregory C Nicolaidis written?

Gregory C. Nicolaidis has written: 'A comparison of two taxonomic approaches for attitudinal segmentation in transportation' -- subject(s): Market segmentation, Local transit


What are the most common problems associated with computer memory?

* Stack overflows * Heap overflows * Segmentation faults * Null or non-existent memory addresses


What are the faults in the cable?

Cable faults are normally categorised as (a) conductor-to-earth (ground) faults, (b) conductor-to-conductor faults, and (c) conductor-to-conductor-to earth (ground) faults. In addition to that, we can categorise them by whether they are 'high-resistance' or 'low-resistance' faults.


Why c language has name c why not a?

C-language was derived from B-language.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is the segmentation for cnidarians?

Segmentation is absent in them .


What is hybrid segmentation of market?

segmentation is a creative prcess. marketers normally segment markets by combining several segmentation variables rather than relaying on a single segmentation base. THERE ARE 4 METHODS OF HYBRID SEGMENTATION * Value and Life Style (VALS) * psychographic-demographic segmentation * geo-demographic segmentation * yankelovich's mind base segmentation


What is dynamic mamory?

Dynamic memory refers to memory that is allocated and deallocated during program execution, as opposed to static memory which is allocated at compile time. In C and C++, dynamic memory allocation is done using functions like malloc() and free(), allowing for flexibility in managing memory resources at runtime. However, improper use of dynamic memory can lead to memory leaks or segmentation faults.


What segmentation does mollusca have?

No Mollusc has any segmentation.


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object