How does the C program handle segmentation faults?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Segmentation faults occur when invalid memory is accessed. Use debugging tools like gdb to analyze.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Segmentation faults occur when invalid memory is accessed. Use debugging tools like gdb to analyze.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is void pointers in c?
What does 3 periods mean in texting?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
Simplify the program segment if X = B then C ← true else C ← false
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
IS Doon college of Engn.. has good faculty
What is wrong with this program statement? void = 10;
What does the characters “r” and “w” mean when writing programs that will make use of files?
is it possible to create your own header files?
What is volatile variable in c with example?
wite a programme in c to linear search a data using flag and without using flags?