User Profile
Collapse
-
actually i wanted print both address and value of b ,... -
sir ,
actually i want to print memory adress of b & value of b...Leave a comment:
-
c program
i had doubt regrdng this progrm... pls explain..
#include<stdio. h>
void main()
{
int a, b;
printf("enter d value fof a and b");
scanf("%d%d", &a, &b);
printf("%d%d",& b,b);
}
wats d op of this program... pls get soon.. -
No activity results to display
Show More
Leave a comment: