What is the output of the program?
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
int x=5;
int y=2;
float z=x%y;
jTextField3.setText(""+z); }
Answers
Answered by
0
Explanation:
The output of the following 'c' program:-
main 0
{
char ch = 'A'
printf("%d%", size of (ch),
sizeof('A');
}
The alphabetical number of c=3.
The alphabetical number of h=8.
So, the size of ch=8+3=11.
Output:-
11.
Answered by
0
Answer:
I hope you like this answer
Attachments:
Similar questions