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