ccplusplus.com
Learn C, C++ Concepts
Friday, February 24, 2012
array size c++
/************************************************************************* * File : size-of-array.cpp * Author : Saurabh Gupta * Desc : array size c++ * Source : http://www.ccplusplus.com/p/c_15.html * Created : 9:43 AM Friday, February 24, 2012 * Note : *************************************************************************/ #include
using namespace std; int main() { int arr[5]; cout<<"\nBy default array elements are not initilized\n"; for(int i=0; i<5; ++i) { cout<<"arr["<
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment