Answer Posted / vadivel t
Segmentation voilation occurs when we are trying to access
or modify the data in the location, which is resticted to
access. This problem can occur when u r trying to write
data in read only memory or when u r trying to overwrite
the OS files.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is an lvalue?
What is the difference between single charater constant and string constant?
How can I sort more data than will fit in memory?
Explain what are run-time errors?
What is the maximum length of an identifier?
What is the difference between variable declaration and variable definition in c?
Write a program to print “hello world” without using semicolon?
Does c have circular shift operators?
Why c is called a mid level programming language?
what are non standard function in c
Explain the advantages and disadvantages of macros.
what do you mean by inline function in C?
Explain what will the preprocessor do for a program?
Is javascript based on c?