What are the different types of pointers?
Answer Posted / mar
generic pointers and non generic pointers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is different between auto and local static? why should we use local static?
What are the 4 types of programming language?
What is c variable?
Explain what are its uses in c programming?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is the difference between int main and void main?
Explain heap and queue.
What is the difference between null pointer and wild pointer?
How can you restore a redirected standard stream?
What are the differences between Structures and Arrays?
Explain what does the format %10.2 mean when included in a printf statement?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Can we add pointers together?
What is action and transformation in spark?
What is the correct declaration of main?