Back To C++ Basic Index
//example of unsigned int variable (unsigned int can store value from 0 to 255 #include
#include
void main() { unsigned int a; clrscr(); cout<<"enter value for a"; cin>>a; cout<<"value of a is "<