Introduction to Computers Programming (ICP-132)

Main Page

Assignment 01
Assignment 02
Assignment 03
Assignment 04
Assignment 05
Assignment 06
Assignment 07
Assignment 08
Assignment 09
Assignment 10
Assignment 11
Assignment 12
Assignment 13

Coding rules (pdf)
Sample code
Prob: Set 1
Prob: Set 2
Compiler options
Submission

Forum
Teaching Assistants
Links
Trivia

Interesting links

1. Wikipedia's article on computer numbering formats ( read... )
2. Internal representation of data types by SUPER-UX C compiler ( read... )
3. An interesting article on 'seeing' what's in computer's mind! Remember to compile the C program with gdb switch (eg: $ gcc -ggdb file.c) and run it with the GNU debugger (eg: $ gdb a.out). ( read... )
4. A short but informative article on VIM. ( read... )
5. Collection of VIM tips. ( read... )