Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
No Answer is Posted For this Question
Be the First to Post Answer
Describe wild pointers in c?
What is %d called in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Are the outer parentheses in return statements really optional?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Define recursion in c.
List the different types of c tokens?
What is || operator and how does it function in a program?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is your stream meaning?
How do we print only part of a string in c?