Answer:
void main(){
int num;
clrscr();
scanf("%d",&num);
asm mov ax,1;
asm mov bx,1;
asm mov cx,num;
come:
asm mul bx;
asm inc bx;
asm dec cx;
asm jnz come;
printf("%d ",_AX);
getch();
}
C language interview questions solution for freshers beginners placement tricky good pointers answers explanation operators data types arrays structures functions recursion preprocessors looping file handling strings switch case if else printf advance linux objective mcq faq online written test prime numbers Armstrong Fibonacci series factorial palindrome code programs examples on c++ tutorials and pdf
3 comments:
Write an assembly language program to compute the standard deviation and variance
100
of the given array of numbers. Execute the program using 8086 microprocessor.
hi friends
am dinesh i want some docements in assembly language program to using c language.
my id cdinu77@gmail.com pls mail me am wait for your good res.
hi madam
am dinesh if u got assmebly language program using in c pls send me my e-mail id.
thanking you
Post a Comment