What does %p mean?


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

Post New Answer

More C Interview Questions

Is python a c language?

0 Answers  


Who invented b language?

0 Answers  


Distinguish between actual and formal arguments.

0 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


What is a macro in c preprocessor?

0 Answers  






Why is c not oop?

0 Answers  


What is pre-emptive data structure and explain it with example?

0 Answers  


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


Categories