What is the output of the following statement?
x=y=z=0;
Answers
Answered by
0
Answer:
The printf() function is used for printing the output. It returns the number of characters that are printed. If there is some error then it returns a negative values
Answered by
1
Answer:-
The given statements assigns 0 the variable x, y and z. Output:- 0
Similar questions