Navigation

    Cyberian
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Pro Blog
    • Users
    • Groups
    • Unsolved
    • Solved
    1. Home
    2. wajiha Asif
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Groups 0

    wajiha Asif

    @wajiha Asif

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    wajiha Asif Unfollow Follow

    Latest posts made by wajiha Asif

    • RE: CS609 Assignment No. 1 Solution and Discussion
      Solution://Header Files
      #include<stdio.H>
      #include<DOS.H>
      #include<BIOS.H>
      void interrupt (*oldint65)(); //To store current interrupt
      char far *scr=(char far* ) 0xb8000000;
      void interrupt newint65();//NewInt prototype
      void main()
      {
      oldint65 = getvect(0x65);
      setvect(0x65, newint65);
      getch();
      keep(0, 1000);
      }
      void interrupt newint65()
      {clrscr();
      *scr=8;
      (*scr)=0x174D; 
      (*(scr+2))=0x1743;
      (*(scr+4))=0x1731;
      (*(scr+6))=0x1739;
      (*(scr+8))=0x1730;
      (*(scr+10))=0x1734;
      (*(scr+12))=0x1730;
      (*(scr+14))=0x1736;
      (*(scr+16))=0x1734;
      (*(scr+18))=0x1730;
      (*(scr+20))=0x1734;
      }
      

      429e7ece-92cc-4cef-a09c-e90f8b391518-image.png
      3e679fbc-5b4c-4ac1-a4c8-107d83737325-image.png

      posted in CS609 - System Programming
      wajiha Asif
      wajiha Asif
    • RE: MTH101 Assignment 1 Solution and Discussion

      e41043c7-8246-4545-982b-14ad2e78c121-image.png

      33a1981a-c387-4855-a4f2-a0baf34e1b3f-image.png

      Explanation:

      posted in MTH101 - Calculus And Analytical Geometry
      wajiha Asif
      wajiha Asif
    • Refused to display 'abc.com' in a frame because it set 'X-Frame-Options' to 'DENY'.

      Refused to display '‘abc.com’ in a frame because it set ‘X-Frame-Options’ to ‘DENY’.

      posted in General Discussion
      wajiha Asif
      wajiha Asif
    • RE: BT301 Lesson-1-14 Discussion

      Humulin is produced by Genentech but marketed by Eli Lilly.
      Sir why Genentech did not market its product?

      posted in BT301 - Introduction to Biotechnology
      wajiha Asif
      wajiha Asif