Browse all muhammad-makdoor's Blog Posts

pro

Muhammad Makdoor

#include "CList.cpp" void main(int argc, char *argv[]) { CList list; int i, N=10, M=3; for(i=1; i = N; i++ ) list.add(i); list.s…

by muhammad-makdoor

read more

Octal Numbers

Muhammad Makdoor

Octal Numbers Octal Number system also provides a convenient way to represent long string of binary numbers. The Octal number is a…

by muhammad-makdoor

read more