sourcejavacode
Monday, April 21, 2014
c pointer ex3
Code
#include
#include
main(){ int *j; int i=10; *j=&i; printf('"%d '",*j); getch(); }
Output
Other: pritnf("%d",j); output: -14
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment