What is a segmentation fault?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
It occurs when a program attempts to access an invalid memory location.
| Is This Answer Correct ? | 0 Yes | 0 No |
It occurs when a program attempts to access an invalid memory location.
| Is This Answer Correct ? | 0 Yes | 0 No |
i need all types of question paper releted to "c" and other language.
How do I get an accurate error status return from system on ms-dos?
what is a void pointer?
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
c programming of binary addition of two binary numbers
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
What is the difference between %d and %i?
What is identifier in c?
Why does notstrcat(string, "!");Work?
Write a program to swap two numbers without using third variable?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.