A user defind data type which is consist so many integral constant and used a keyword enum is called Enumeration.
Syntax :
enum flag{ const1, const2, ..., constN };
in network services user name and group info activity always depend on network enumeration . When a servers are connected to a specific network and operating system runs in its network mapping, its working only on retrieves information.
Liked By
Write Answer
What are enumerations?
Join MindStick Community
You have need login or register for voting of answers or question.
Prakash nidhi Verma
09-Jul-2018A user defind data type which is consist so many integral constant and used a keyword enum is called Enumeration.
Syntax :
in network services user name and group info activity always depend on network enumeration . When a servers are connected to a specific network and operating system runs in its network mapping, its working only on retrieves information.