Do pointers need to be initialized?
No Answer is Posted For this Question
Be the First to Post Answer
what is an inline fuction??
What does *p++ do?
How can I access an I o board directly?
What are local static variables? How can you use them?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is extern c used for?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
Write a c program to demonstrate Type casting in c?
Why is malloc used?
what type of language is C?
What's the total generic pointer type?
What are the standard predefined macros?