How does the C program handle segmentation faults?

Answer Posted / nashiinformaticssolutions

Segmentation faults occur when invalid memory is accessed. Use debugging tools like gdb to analyze.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to implement queue.

852


Can you write the function prototype, definition and mention the other requirements.

863


What is a spanning Tree?

1217


What does c mean in standard form?

822


What is the difference between procedural and declarative language?

867


What is the purpose of realloc()?

862


When should the volatile modifier be used?

874


Explain a pre-processor and its advantages.

828


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1691


What is the size of a union variable?

771


What does nil mean in c?

874


What is a scope resolution operator in c?

935


Why doesnt that code work?

771


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

853


Is flag a keyword in c?

878