User profile: MAQAH

User info
User name:MAQAH
Old user name:Ahamed Huzaim
Name:MAQAH
Location:LA
Bio:Rock with codes, sleeps with codes, eat with codes, drinks with codes,every thing is code to me.
History
Joined:
Number of posts:20
Latest posts:

Binary Search
Its a problem of the logic in binary search [code]int binarySearch ( double array[], double i...

Recursive Functions
O:o

Recursive Functions
Need a recursive function to print the alphabet in the reverse order (z-a) ? [code]void print(ch...

Pointers
int *p is a pointer of an int type , int m=20 ; whats the difference between p=m,*p=m and p=&m ?...

Stacks and Queues
ok guys , my self found an answer . I think yes we can use the variable [quote]s[/quote] but we need...