What is Array of bytes data
Example 4 Bytes = DWORD 1 Bytes = BYTE Float = FLOAT in c++ what is array of bytes data ?

Learn programming basics. You obviously don't know what an array is.
An array of bytes is a number of bytes in a memory location.
all the variable types you've mentioned in your thread are an array of byte excluding the BYTE variable itself.