#include<iostream.h>
#include<conio.h>
void main( )
{
int number [ ] = { 11, 22, 33, 44, 55 } ;
cout<<" Number = "<< number ;
getch( );
}
Labels: C++ Array Codes, C++ Codes
Copyright © 2012 http://codeprecisely.blogspot.com. All rights reserved |Term of Use and Policies| |
---|
0 comments:
Post a Comment