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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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.