#include #include #include int main () { printf("Today is the begginning of the weekend\nI am excited but nervous\nGuess why?\n"); return 0; }

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter9: Records (struct)
Section: Chapter Questions
Problem 11SA
icon
Related questions
Question

I need to get to this results WITHOUT adding a new line AND without "whitespace

"Today is the beginning of the weekend
I am excited but nervous
Guess why?"

 I am a total novice to C 

3
#include <stdio.h>
4
#include <string.h>
5
#include <stdlib.h>
7
int main ()
8
{
9
10
printf("Today is the begginning of the weekend\nI am excited but nervous\nGuess why?\n");
11
12
return 0;
13
}
14
Transcribed Image Text:3 #include <stdio.h> 4 #include <string.h> 5 #include <stdlib.h> 7 int main () 8 { 9 10 printf("Today is the begginning of the weekend\nI am excited but nervous\nGuess why?\n"); 11 12 return 0; 13 } 14
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning