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 do you mean by a sequential access file?
What are keywords c?
What is build process in c?
What are the 4 types of unions?
What is scope of variable in c?
what are # pragma staments?
What is int main () in c?
Why double pointer is used in c?
Do you know the use of 'auto' keyword?
What are 3 types of structures?
Describe dynamic data structure in c programming language?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
How can you be sure that a program follows the ANSI C standard?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What are the similarities between c and c++?