What is the output of the following program?
void main(){
printf("%d%d",100,200,300);
}
Answers
Answered by
0
Explanation:
What is the output of the following program?
void main(){
printf("%d%d",100,200,300);
}........... I don't know
Similar questions