Answer Posted / nashiinformaticssolutions
It occurs when a program attempts to access an invalid memory location.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is null pointer in c?
What is gets() function?
How can you return multiple values from a function?
What is hashing in c?
What is #include called?
How was c created?
What are the types of pointers in c?
The statement, int(*x[]) () what does in indicate?
What is unary operator?
Write a program to print all permutations of a given string.
What is dynamic dispatch in c++?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Explain low-order bytes.
In c language can we compile a program without main() function?
What is pointers in c?