What is the usage of the pointer in c?


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

Post New Answer

More C Interview Questions

When is an interface "good"?

1 Answers  


we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 Answers   HP, Wipro,


Does * p ++ increment p or what it points to?

0 Answers  


What is a dynamic array in c?

0 Answers  


What is the best style for code layout in c?

0 Answers  






How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


How do you search data in a data file using random access method?

0 Answers  


What is boolean in c?

0 Answers  


How to print %d in output

6 Answers   Wipro,


what is the diff b/w static and non static variables in C. Give some examples plz.

3 Answers   Wipro,


Is c object oriented?

0 Answers  


how to generate the length of a string without using len funtion?

4 Answers  


Categories