Why pointers are used?


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

Post New Answer

More C Interview Questions

How do you define a function?

0 Answers  


C program to read the integer and calculate sum and average using single dimensional array

0 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


Software Interview Questions

1 Answers   CAT,


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


how can use subset in c program and give more example

0 Answers  


program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5

8 Answers   Aptech, Infosys,


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


Categories