Thursday, July 9, 2009

What is the syntax for pritnf statement in c language?

If I am not wrong then you r asking about printf syntax in C





Syntax is





printf(" Type the things which you want to print ");

What is the syntax for pritnf statement in c language?
printf( " type the material you waana print");





or printf(" if a number %d",variable_name);
Reply:Because God is universal.
Reply:printf("enter the expected name");





or





printf("date : %d", date); ---if date is declared as integer..


No comments:

Post a Comment