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

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section: Chapter Questions
Problem 1PP
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr