Logo 
Search:

C Programming Articles

Submit Article
Home » Articles » C Programming » BeginnersRSS Feeds

Program that illustrates use of printf statement

Posted By: Charlotte Brown     Category: C Programming     Views: 1951

Write a program that illustrates use of printf statement.

Code for Program that illustrates use of printf statement in C Programming

#include <stdio.h>
main()
{
int i = 0;
i=printf("abcde");    
printf("total characters printed %d\n",i);  
}
  
Share: 


Didn't find what you were looking for? Find more on Program that illustrates use of printf statement Or get search suggestion and latest updates.

Charlotte Brown
Charlotte Brown author of Program that illustrates use of printf statement is from London, United Kingdom.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!