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 |
Explain high-order bytes.
How to add two numbers with using function?
can any one provide me the notes of data structure for ignou cs-62 paper
What are the advantages of the functions?
What is diffrance between declaration and defination of a variable or function
What are header files in c?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
Toggle nth bit in a given integer - num
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
Explain is it better to bitshift a value than to multiply by 2?
Taking an example,differentiate b/w loader and linker ?