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 |
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
Write a pro-gramme to determine whether the number is even or odd?
how to devloped c lenguege?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is the main differences between C and Embedded C?
Can you write the function prototype, definition and mention the other requirements.
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
What is pointer to pointer in c?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
What would be an example of a structure analogous to structure c?
When should you not use a type cast?
swap 2 numbers without using third variable?