Click to Download MIT MCQs
Home
Archive for
January 2015
Bookstore Program : OOMP
#include <iostream> //#include<cstring> #include<string.h> using namespace std; class book { char author[50]; ...
Overlap Block Transfer : MIT
;OVERLAP BLOCK TRNASFER section .data msg1 db "initial block is :" msg1len equ $-msg1 msg2 db "transfer...
Non Overlap Block Transfer : MIT
;Non Overlap Block Transfer section .data msg1 db "Intitial block is : " msg1len equ $-msg1 msg2 db "Tr...
ALP for 64 bit Addition : MIT
;an ALP for 64 bit array addition %macro dispmsg 2 mov rax,1 mov rdi,1 mov rsi,%1 mov rdx,%2 syscal...
OOMP : Practical 1 : Weather Report
#include <iostream> using namespace std; int count=0; int d[31]; class WeatherReport { public: int hightemp; int lowtemp...
OOMP Lab Manual
Click here to download OOMP Lab Manual
Subscribe to:
Posts
(
Atom
)