Help
Advanced Member level 2
What's the difference between const unsigned int & char or unsigned int & char?
hi...
Anyone help me????
What the difference between them....
1a) const unsigned int
1b) const unsigned char
2a) unsigned int
2b) unsigned char
3a)
----------------------------------------------------------
unsigned int x, y;
for(x=0; x<=3; x++)
{
for(y=0; y<=120; y++);
}
----------------------------------------------------------
3b)
----------------------------------------------------------
unsigned int x, y;
for(x=0; x<=3; x++)
{
}
----------------------------------------------------------
Thanks.....
hi...
Anyone help me????
What the difference between them....
1a) const unsigned int
1b) const unsigned char
2a) unsigned int
2b) unsigned char
3a)
----------------------------------------------------------
unsigned int x, y;
for(x=0; x<=3; x++)
{
for(y=0; y<=120; y++);
}
----------------------------------------------------------
3b)
----------------------------------------------------------
unsigned int x, y;
for(x=0; x<=3; x++)
{
}
----------------------------------------------------------
Thanks.....