Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~263 People Reached
Favorite Forums
Favorite Tags
Member Avatar for strlen

Write a assembly language program To add two 8-bit data using registers To find the largest of 3 numbers

Member Avatar for read_hedai
0
102
Member Avatar for strlen

Write a program to find the product of two 8-bit numbers (Multiplication) and give the status of all flag registers?

0
52
Member Avatar for strlen

please help me ,check the program . if input the text like this "nice to meet you",the output right,no problem,but if input "nice to meet you too",the result is "nice meet you to",how should i do? [CODE]#include"stdio.h" #define n 100 void del_char(char str1[n],char str2[]) { char str[n],*p1,*q,i,j; p1=str1; q=str; *q=*p1; …

Member Avatar for Ancient Dragon
0
109