Thursday, August 28, 2014

Program that prints your name and registration number


Code

#include<stdio.h>
int main ()
{
printf ("\n\nMy name is Maaz Ali\n");

printf ("\nReg. no. is SP12-BCs-102\n");

getch ();
return 0;
}

Output


name c language

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