Homebeginners Print Pattern with 'printf' - II || Basic Program || C programming Help For Coders 0 Comments Facebook Twitter In this , we are going to see a program to print pattern with printf - 2  in C Programming Language. Copy code #include <stdio.h> #include <stdlib.h> void main() { system("cls"); printf("~ ~\n"); printf("o o\n"); printf(" --\n"); } //.............Coded by YASH ALAPURIA #ENJOY CODING Previous Next Tags beginners C plusplus C++ language C++ patterns C++ tutorials for beginners g++ gcc PATTERN patterns in C++ Programming Language. pyramid patterns star pyramid Turbo C++
Post a Comment
FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP