How do you print an address ?
Answers
Answered by
0
just click on print and your printout come out
Answered by
0
to print the address of a variable you need to use the %p format. %do is for signed integers.for example :
#include <stdio.h>
void main (void)
{
int a ;
print f ( "address is %p : " , &a
) ;
}
Similar questions
Business Studies,
6 months ago
Math,
6 months ago
Environmental Sciences,
1 year ago
Hindi,
1 year ago