Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- int main() {
- char feeling[25] ;
- char who[25] ;
- char what [25] ;
- printf("Enter your How ya feel");
- printf("%s %s %s!", who, feeling,what);
- }
Advertisement
RAW Paste Data
Copied
Advertisement