Answers for "implementation of printf in c"

0

how to write printf function in c

#include<stdio.h>
void main(){
    printf("My name is MD Fuadul Islam Redoy\n");
    printf("My birthday date is 4 April 2000\n");
    printf("My mobile number = 01621025110\n");
}
Posted by: Guest on February-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language