What does %p mean c?


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

Post New Answer

More C Interview Questions

A program to write a number of letters and numbers, such as counting and display

0 Answers  


why do we use # in c-language?

1 Answers  


Without Computer networks, Computers will be half the use. Comment.

0 Answers  


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  






what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


while initialization of array why we use a[][2] why not a[2][]...?

0 Answers   Aptech,


What is a scope resolution operator in c?

0 Answers  


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


please explain every phase in the "SDLC" in the dotnet.

0 Answers  


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


What is const volatile variable in c?

0 Answers  


Categories