Computer Science, asked by anshuman22901, 8 months ago

For the following variable declaration and initialization, char c=E;

Answers

Answered by chitranjangupta8238
0

Variable initialization. In c programming language, variable can be initialized in the declaration statement of any block (either it may main's block or any other function's block). While declaring a variable you can provide a value to the variable with assignment operator.

Pls mark as brainlist

Answered by hlohana137
0

Answer:

u r declaring wrong

Explanation:

it is declare like this way in c

char c='E';

Similar questions