Skip to content

Instantly share code, notes, and snippets.

@vishalarora91
Last active August 29, 2015 14:27
Show Gist options
  • Save vishalarora91/2eaa0699d84445f31421 to your computer and use it in GitHub Desktop.
Save vishalarora91/2eaa0699d84445f31421 to your computer and use it in GitHub Desktop.
Void main(){
char ch[10] = "Vishal";
printf("%s",ch,"c""question" "bank");
printf("\n");
printf("%s","c""question" "bank",ch);
getch();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment