Qualcomm interview question
Anonymous User
2608

Hi,
Need help in completing this code in C programming. I need to get output as "0xDD, 0xCC, 0xBB, 0xAA".
int main (int argc, char *argv)
{
int data[] = {0xAABBCCDD};
}
Please help!!!

Comments (3)