Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: shabbar hussain on August 27, 2017, 02:59:28 pm

Title: start
Post by: shabbar hussain on August 27, 2017, 02:59:28 pm
#include<stdio.h>
 
int main()
{
     printf("welcome to my program ");

}
Title: Re: start
Post by: oBFusCATed on August 28, 2017, 12:24:41 am
And the problem is?
Title: Re: start
Post by: sodev on August 28, 2017, 12:26:09 pm
Probably "Function must return a value" or something like that :D