what is dangling pointer?
Answer / ninja
A pointer referring to an area of memory that has been
deallocated. Dereferencing such a pointer usually produces
garbage
| Is This Answer Correct ? | 18 Yes | 0 No |
What is the mean of function?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
how to find turn around time in operating system?
declare afunction pointer to int printf(char *)?
What is operator promotion?
what is the function of pragma directive in c?
What are the different types of linkage exist in c?
Write a program in C to convert date displayed in gregorian to julian date
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
explain memory layout of a C program
who will call your main function in c under linux?
Do pointers store the address of value or the actual value of a variable?