Computer Science, asked by alokverma651, 2 months ago

float a = 'A'; // works
char ch = a; // error

Why char ch = a; will give Error ?​

Answers

Answered by udaykau9520
1

Answer:

Error

Explanation:

Because You did write this in single or double Quotes you have to always put in single or double quotes to avoid error

Similar questions