how to find size of array in c++(IN TURBO C++)? sizeof(array)/sizeof(array[0])->doesn't seem to work outside main. how to include vector.h while working in turbo c++?TURBO C++ doesn't seem to have header files related to vector!
↧
how to find size of array in c++(IN TURBO C++)? sizeof(array)/sizeof(array[0])->doesn't seem to work outside main. how to include vector.h while working in turbo c++?TURBO C++ doesn't seem to have header files related to vector!