[Help] For loop Question.[code]#include <stdio.h> void main() { char name[10][15]; int num,k; printf("Enter the num...
[Help] Something wrong with the age input and output.[code]#include <stdio.h> #include <string> #include <conio.h> #include <stdlib.h> void main()...
Really need some help! (I just started C for 3 months)How can I makes the output appears to be> 09:02:00 when I input hh=9,mm=2 and ss=0? The other probl...
Really need some help! (I just started C for 3 months)I did some correction on my code: [code]#include <stdio.h> void main() { int hh,mm,ss; printf("E...
Really need some help! (I just started C for 3 months)I am not sure is it correct to use if loops for this ques. I also don't have any idea how to put in ...
This user does not accept Private Messages