Huawei
Company
Programming
Technical
main()
{
printf(3+"Huawei");
}
Read Solution (Total 6)
-
- it will print wai
because 3+ in printf without "".
it will skip first 3 letters ,rest will be printed - 10 years agoHelpfull: Yes(12) No(1)
- Ans :wei As its compiled
- 10 years agoHelpfull: Yes(8) No(0)
- wei is output
- 10 years agoHelpfull: Yes(4) No(0)
- it will print wei
- 10 years agoHelpfull: Yes(4) No(0)
- wei
i hv tested.. - 9 years agoHelpfull: Yes(3) No(0)
- It prints "3Huawei"
- 9 years agoHelpfull: Yes(0) No(10)
Huawei Other Question