Jump to content
xisto Community

sureshkmit

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. sureshkmit

    C Puzzles

    Thanks for your interest in C programming. Here, you will find a list of interesting C programming questions/puzzles. C is the basic language for all who are in the computer science field. You can post new c questions and puzzles. Please try to avoid the duplicates. I hope that this will be very interesting and meaningful for "C" programmers. Lets us start with simple question. ---------------------------------------------------------------------------------------------------------------------------------------------------- #include<stdio.h> int main() { int a=10; switch(a) { case '1': printf("ONE\n"); break; case '2': printf("TWO\n"); break; defa1ut: printf("NONE\n"); } return 0; } If you expect "NONE" is the output, u are wrong. Wats the output & How?
  2. Unix is popular operating system, developed by AT&T. It is not an open source. But Linux is an open source operating system. So users can modify the kernel and other things to their own desires. Ex:Redhat, Fedora, Susee, Mandrake . . . are some available linux operating systems Unix is the foundation for a number of operating systems, Linux is one of them, and probably the most popular.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.