From 6e413ec2e1b2705736b8392b2579d231b75216af Mon Sep 17 00:00:00 2001 From: SINISTER-code <72219493+SINISTER-code@users.noreply.github.com> Date: Mon, 5 Oct 2020 17:52:50 +0530 Subject: [PATCH] Update output using printf.cp --- DSA/output using printf.cp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/DSA/output using printf.cp b/DSA/output using printf.cp index 00ff611..9b4d513 100644 --- a/DSA/output using printf.cp +++ b/DSA/output using printf.cp @@ -6,12 +6,10 @@ #define endl "\n" #define f(i,a,b) for(int i=a;i - +#include int main() -{ - //write code here - - +{ + // Displays the string inside quotations + printf(" You can write anything here. "); return 0; }