Computer Science, asked by vhladymer, 6 months ago

following variable declaration uses an illegal syntax

Answers

Answered by abhishekkumar2749
0

Answer:

Go to my profile (you will find my channel name)

subscribe my YouTube channel

I will follow you

Answered by Anonymous
2

Answer:

A variable is the name of memory blocks, whose value can be changed at anytime (runtime), we can declare a variable by using following syntax: [storage_class] data_type variable_name [=value]; Here, [storage-class] and [=value] are optional. Note: if storage classis "static", initialization value must be provided.

Similar questions