Search results

  1. What are your specs?

    AMD Turion X2 Dual Core 1Gb RAM 320 HDD 32-Bit Windows 7 Ultimate
  2. Your favorite browser?

    Google Chrome fastest browser for me .. then Opera and Safari ..
  3. Your favorite browser?

    Google Chrome fastest browser for me .. then Opera and Safari ..
  4. Which programming langauge is more popular, JAVA or .NET?

    JAVA is by far the highest and most difficult language people could learn. If you've learned and mastered java, then most probably you can code on any language too.. Java is the most popular language but nowadays, people tend to upgrade their systems to .NET
  5. Which programming langauge is more popular, JAVA or .NET?

    JAVA is by far the highest and most difficult language people could learn. If you've learned and mastered java, then most probably you can code on any language too.. Java is the most popular language but nowadays, people tend to upgrade their systems to .NET
  6. Get your hands on C Programming by Coded32.

    The simplest code for outputting a text here is #include<stdio.h> main() { printf("Hello World"); } wherein "#include<>" includes the library we're using, "main()" as the main program, "{" and "}" has the main program written inside of it, "printf("")" as the predefined code for printing, and...
  7. Get your hands on C Programming by Coded32.

    The simplest code for outputting a text here is #include<stdio.h> main() { printf("Hello World"); } wherein "#include<>" includes the library we're using, "main()" as the main program, "{" and "}" has the main program written inside of it, "printf("")" as the predefined code for printing, and...
Back
Top