What is the explanation for the dangling pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to devloped c lenguege?
What is the mean of function?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Why is #define used?
What is #error and use of it?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
what is disadvantage of pointer in C
Explain is it valid to address one element beyond the end of an array?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
What does c mean?
What is a string?