Huawei Company Programming Definition

#include
main(){
int a,b,c,i;
printf("%d",scanf("%d %d %d",&a,&b,&c));
getch();
}

Read Solution (Total 16)

Huawei Other Question

#include
main(){
int xxx[10]={5};
printf("%d %d %d",xxx[0],xxx[5],xxx[7]);
getch();
}
find the odd no out of:- 396, 462, 572, 396, 427, 671, 264
a. 396 b. 427 c. 671 d. 264
this is the question asked in huawei techlology please solve this please..