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
Write a program to implement queue.
Can you write the function prototype, definition and mention the other requirements.
What is a spanning Tree?
What does c mean in standard form?
What is the difference between procedural and declarative language?
What is the purpose of realloc()?
When should the volatile modifier be used?
Explain a pre-processor and its advantages.
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the size of a union variable?
What does nil mean in c?
What is a scope resolution operator in c?
Why doesnt that code work?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Is flag a keyword in c?