Answers for "how to write printf function in c"

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 "C"

Browse Popular Code Answers by Language