What are pointers? Why are they used?


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

Post New Answer

More C Interview Questions

how to devloped c lenguege?

4 Answers  


1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


What are volatile variables in c?

0 Answers  


What functions are used for dynamic memory allocation in c language?

0 Answers  






What are the salient features of c languages?

0 Answers  


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

0 Answers  


When is a void pointer used?

0 Answers  


Explain the use of function toupper() with and example code?

0 Answers  


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


what is difference between overriding and overloading?

1 Answers  


how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,


Categories