Programming Problems
Home
PROGRAMS
DOWNLOAD
ABOUT
CONTACT
PROGRAMS
ASSEMBLY
C
C++
HTML
JAVA
UNIX SHELL
Home
Subscribe to:
Posts (Atom)
Popular Posts
Write a shell script in Linux/Unix to generate Fibonacci series.
tput clear echo enter the range of the fibonacci series---- read n echo ------------------------------------------------- a=0 b...
Write a program in assembly language(8085) to check a number for odd or even parity.
LXI H, 2000H MOV A, M INX H ORA A JPE EVEN MVI M, 00H HLT EV...