What are pointers in C? Give an example where to illustrate their significance.
No Answer is Posted For this Question
Be the First to Post Answer
What is exit() function?
How do we print only part of a string in c?
how to TOGGLE Nth bit of variable in a MACRO
What is the difference b/w Structure & Class?
How many levels of pointers can you have?
What is the purpose of ftell?
Given an unsigned integer, find if the number is power of 2?
Differentiate between null and void pointers.
What does 3 mean in texting?
what is a stack
what is disadvantage of pointer in C
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]