What is the explanation for the dangling pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is static and volatile in c?
How do you sort filenames in a directory?
Explain what is wrong with this statement? Myname = ?robin?;
Why c language?
how to swap 2 numbers in a single statement?
To what value do nonglobal variables default? 1) auto 2) register 3) static
Differentiate between new and malloc(), delete and free() ?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
What is pointers in c with example?
In C programming, what command or code can be used to determine if a number of odd or even?
What is the difference function call by value & function call by reference?