Variable Declaration in C language

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Error we can't declare keywords as variable

akashrathod
Автор

O/p is 10 because we know that- 'datatype variable_name=value; So here, int scanf=10 which means that int-datatype scanf-variable_name 10=value

ASRaHuL
Автор

Scanf is predefined function or keyword so we cannot store any data on it

animexist
Автор

Error, because we can't use keyword as variable

DITians
Автор

Keyword are not allowed to use variable name😊

RISHAVKUMAR-dpip