edited code example
This commit is contained in:
		@@ -202,7 +202,7 @@ int main()
 | 
				
			|||||||
   int *p;
 | 
					   int *p;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   //Assigning address of num to the pointer p
 | 
					   //Assigning address of num to the pointer p
 | 
				
			||||||
   p = #
 | 
					   p = *num;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   printf("Address of variable num is: %p", p);
 | 
					   printf("Address of variable num is: %p", p);
 | 
				
			||||||
   return 0;
 | 
					   return 0;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user