hi i want to know how exactly can i use time.h and rand() if i want to print every time a pair of numbers but the same pair will be printed only once for example:
2 2
2 3
1 4
3 5
2 2<----- not to happen(instead get a new one)
1 4<-----not to happen (instead get a new one)
pliz help me with a code....