Forum: C Sep 8th, 2009 |
| Replies: 20 Views: 960 is it "a1","b1" ,"c1" or "a1,b1,c1"?
It is a simple concept of array if u have to compare every value u have to give both the entities an index ..[max_length].U have to modify accordingly if the two... |
Forum: C Sep 4th, 2009 |
| Replies: 20 Views: 960 If u say append_test_data is a String array i dont find an index append_test_data[index] while comparing? |
Forum: C Sep 2nd, 2009 |
| Replies: 2 Views: 303 use two fors for sort i=0 to n-1 j=i+1 to n |
Forum: C Jul 2nd, 2009 |
| Replies: 3 Views: 627 i know how to find palindrome and also how to find reverse of string using for loop. but i wish to do it within a loop (for) using flag. can u please tell me how to use flag in c . my code is as... |