What is a segmentation fault?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
It occurs when a program attempts to access an invalid memory location.
Is This Answer Correct ? | 0 Yes | 0 No |
It occurs when a program attempts to access an invalid memory location.
Is This Answer Correct ? | 0 Yes | 0 No |
A program to allow an input operand and operator from the operator and read on the display and output operand.
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
wite a programme in c to linear search a data using flag and without using flags?
What is difference between far and near pointers?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
why we wont use '&' sing in aceesing the string using scanf
What are inbuilt functions in c?
What is the difference between class and object in c?
write a program to copy a string without using a string?
who is first prime minister in india??
what are non standard function in c