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 union in c?
Three major criteria of scheduling.
Why is c fast?
What are qualifiers in c?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
Why we not create function inside function.
What are the types of arrays in c?
What are # preprocessor operator in c?
Write a program to generate random numbers in c?
What is calloc() function?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
Give basis knowledge of web designing ...