Thursday, August 28, 2014

Program that uses escape sequence \" to print your favorite quote


Code

#include<stdio.h>
int main()
{
printf (" \"Honesty is the best policy.\" \n");

getch ();
return 0;
}

Output

C Language - escape sequence

No comments :

Post a Comment

Note: Only a member of this blog may post a comment.

Copyright 2017. All Rights Reserved. Privacy Policy / Terms And Conditions / Sitemap / Contact