Answer Posted / glibwaresoftsolutions
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 are 3 types of structures?
Explain how can I write functions that take a variable number of arguments?
What are the data types present in c?
can we implement multi-threads in c.
Explain the binary height balanced tree?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is the use of the function in c?
How do I convert a string to all upper or lower case?
Can we declare variable anywhere in c?
How can I make sure that my program is the only one accessing a file?
What do you mean by scope of a variable in c?
What is the advantage of using #define to declare a constant?
What is the return type of sizeof?
What is a struct c#?