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