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

how to make program without <> in library.

1 Answers   ADITI,


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

0 Answers  


Describe wild pointers in c?

0 Answers  






related to rdbms query .

2 Answers  


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


What is the maximum length of an identifier?

0 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


Categories