Question: Hello, this is for my Intro to C Programming & Unix class im new to this and am struggling. I am using MobaXTerm to connect

Hello, this is for my Intro to C Programming & Unix class im new to this and am struggling. I am using MobaXTerm to connect to the schools servers. Assignment: Write a program that prints a Christmas tree: /\' / \' / \' / \' -------- " " " " " " and my code so far, trying to figure out how to use printf:

#include int main(void){ printf("Hello"); return 0;

Error message I am getting: syntax error near unexpected token '(' int main(void){'

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!