What will be the output of the program?#includeint main(){char c=48;int i, mask=01;for(i=1; i<=5; i++){printf("%c", c|mask);mask = mask<<1;}return 0;}?
Answers
Answered by
0
this is very hard and i m solving is if I success in this then I will really and really I will send you ok don't worry about it
Similar questions
English,
8 months ago
India Languages,
8 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Physics,
1 year ago
Physics,
1 year ago