c programming
Home/
Engineering Questions/How will you print “good” on the screen using c programming?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
with the help of printf command…..eg;
void main()
{
printf(“good”);
getch();
}
Ayush Srivastava
#include
main()
{
printf(“good”);
}
#include
void main()
{
printf(“‘”good”‘”);
}
printf(“/”Good/””);
printf(“good”);
[email protected]
printf(“GOOD”);
prakash
printf(“good”);
sathish chill chill
printff(ada
printf(“\”GOOD\””);
void main()
{
printf(“good”);
}