how to go with this?



how to go with this?..

Answer / dipti

this is a pointer which is passed automatically when
variable called in function

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  


What are derived data types in c?

0 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

0 Answers  






Can the size of an array be declared at runtime?

0 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


What is data structure in c programming?

0 Answers  


How can I find out if there are characters available for reading?

0 Answers  


What is the size of array float a(10)?

0 Answers  


what is the similarities between. system call and library function?

1 Answers   Wipro,


Categories