7. WAP to know address allocated Get link Facebook X Pinterest Email Other Apps #include<stdio.h> void main() { short int i,j; printf("&i = %p \n &j = %p\n",&i,&j); } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment