main()
{
enum _tag{ left=10, right, front=100, back};
printf("%d, %d, %d, %d", left, right, front, back);
}
Was 2000 a leap year?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
Why c is called object oriented language?
What is FIFO?
What's the right way to use errno?
What is a newline escape sequence?
what is the difference between procedure oriented and object oriented progaming language
diff .between strcture and union
What is the code for 3 questions and answer check in VisualBasic.Net?
Explain what are bus errors, memory faults, and core dumps?
What is the data segment that is followed by c?
What is main void in c?