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
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is a void * in c?
What are data types in c language?
Write the control statements in C language
Explain b+ tree?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Why doesnt this code work?
Differentiate between full, complete & perfect binary trees.
Is c a great language, or what?
What are the types of operators in c?
Explain what is the benefit of using const for declaring constants?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Which built-in library function can be used to match a patter from the string?
Tell me what is null pointer in c?
What is the meaning of && in c?