Android,Articles,Anna University,Java,Software,and etc
/* Input of strings containing spaces */main( ){ char name[25] ; printf ( "Enter your full name " ) ; gets ( name ) ; puts ( "Hello!" ) ; puts ( name ) ;}
No comments:
Post a Comment