Tutorial 1

  • Display the message “This is a C Program ” (hint: use one printf statement).

  • Display the message “This is a C Program ” with each word on a separate line. (hint: use one printf statement)


  • Display the message “This is a C Program” with the words separated by tabs.
මේකෙදී අපි සෑම වචනයක් අතරම tab space එකක් තැබිය යුතු වෙනවා...ඒකට කරන්න තියෙන්නේ New line එකක් ගත්ත විදියටම අපිට tab space එක අවශ්‍ය කරන වචනය අගට /t  කියලා type කරන එක...

Post a Comment

1 Comments