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
What is the difference between far and near in c?
Does c have function or method?
What is c language used for?
What is the deal on sprintf_s return value?
What is a string?
How do I create a directory? How do I remove a directory (and its contents)?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Why does everyone say not to use gets?
Why can arithmetic operations not be performed on void pointers?
What is %g in c?
What is the right type to use for boolean values in c? Is there a standard type?
What are conditional operators in C?
When we use void main and int main?
What is variable and explain rules to declare variable in c?