User profile: deathzine

User info
User name:deathzine
Old user name:kenmariota
Name:anthony
Bio:new to programming
History
Joined:
Number of posts:18
Latest posts:

is it possible if I scanf in agrc and agrv ?
[code] #include <stdlib.h> #include <stdio.h> int max(int n, int n2) { int a,b; if(n > n2) { b...

Unexpected answer
just remove the extra [code]=[/code] should solve the problem.

timezone issue
[code]if(0<=s && s <=23 && 1<=t && t <=12 && -5<=f && f <=5 ) [/code] I don't see much different ab...

timezone issue
I have an issue about making a timezone between departure time, destination time with the specific p...

looking for some guiding
hi there, today I went to StackOverflow and I find some interesting code there "https://stackoverflo...