Hi there, I'm trying to write a SQL query based on the following tables. create table purch ( integer user_id, * integer product_id,...
Hi, I'd like to learn how to write advanced SQL queries and I was wondering if there's any book/ebook/links that might help. I've done a basic...
Hi, Could someone tell me how I could work on my design skills? I've done lots of research on this front and the results are overwhelming. Is...
Hi, Could someone tell me if there's a better way of doing this? I was asked this question in an interview and I wrote a piece of code of O(n2)....
Hi there, I did some problem based on two dimensional array. I'm not quite happy with the code I've produced. Could someone tell me if there's a...
Hi there, Could someone tell me why this aint working? I understand this could be done using strstr() function. I just gave it a try and I cant...
Hi there, Could someone tell me why this wont work? #include <stdio.h> int main() { char p[10] = "Success"; char *t = p; while (*t++ !=...
Separate names with a comma.