Do pointers need to be initialized?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by a local block?
what will happen if you free a pointer twice after allocating memory dynamically ?
What is an array? What the different types of arrays in c?
Does c have function or method?
Explain union.
What is volatile in c language?
What is call by reference in functions?
How do you do dynamic memory allocation in C applications?
What is 1d array in c?
main() { int i=400,j=300; printf("%d..%d"); }
What does char * * argv mean in c?
What is data types?