what does keyword ‘extern’ mean in a function declaration?
What is the c language function prototype?
What are global variables and how do you declare them?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
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?
What is the difference between null pointer and wild pointer?
Why can’t constant values be used to define an array’s initial size?
int *a[5] refers to
Compare array data type to pointer data type
What is methods in c?
what is array?
what is self refrential structure
What is the basic structure of c?