Program to print Memory Location of an Array


#include<iostream.h>
#include<conio.h>
void main( )
{
    int number [ ] = { 11, 22, 33, 44, 55 } ;
    cout<<" Number = "<< number ;
    getch( );
}

0 comments:

Post a Comment

 
 
 
 


Copyright © 2012 http://codeprecisely.blogspot.com. All rights reserved |Term of Use and Policies|