prasadraon
Programmer
can anybody help me the cause of this warning..it works fine on AIX box and throws me the above error on LINUX box.
thanks in advance
thanks in advance
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
switch (x)
{
case 'A': ...
case 'B': ...
defualt: ...
}
switch(x)
{
FIRST:
SECOND:
THIRD:
default:
}