What are the usage of pointer in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Is int a keyword in c?

0 Answers  


What is difference between structure and union with example?

0 Answers  


What is the main differences between C and Embedded C?

9 Answers  


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

0 Answers  


Define recursion in c.

0 Answers  






Explain what is the purpose of "extern" keyword in a function declaration?

0 Answers  


What is restrict keyword in c?

0 Answers  


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


What's wrong with "char *p = malloc(10);" ?

4 Answers  


Explain what is the stack?

0 Answers  


How are pointers declared in c?

0 Answers  


Categories