/* Rafay Ahmad 23I-2526 */ #include #include "util.h" using namespace std; int main(){ float *color = colors[GRAY]; cout<<(color == colors[GRAY]); return 0; }