What is dangling pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I find out if there are characters available for reading?
Why doesnt that code work?
wite a programme in c to linear search a data using flag and without using flags?
Is it possible to have a function as a parameter in another function?
Why is c still so popular?
What is sizeof int in c?
What is exit() function?
What is sorting in c plus plus?
Define Array of pointers.
what is the hexidecimal number of 4100?
Are global variables static in c?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }