Logo 
Search:

C Programming Forum

Ask Question   UnAnswered
Home » Forum » C Programming       RSS Feeds

pointer

  Asked By: Ram    Date: Feb 25    Category: C Programming    Views: 918
  

plz help any one to solve this problem ----Alphabatic string in assending order without strcmp and
strcpy functions , through pointer.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Shruti Sharma     Answered On: Feb 26

Hi Ram,

Have u tried searching this, from searchbar on top?

I found this articles useful.

1) Program to copy one string s2 to another string s1 without using strcopy function
www.syntax-example.com/.../...-string-s1-2234.aspx

2) Program to compare one string s2 to another string s1. Print the difference of first unmatched characters (Without Using strcmp function) in C Programming
www.syntax-example.com/.../...-string-s1-1462.aspx

There are lots of articles maching your need.

 
Didn't find what you were looking for? Find more on pointer Or get search suggestion and latest updates.




Tagged: