Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

how to write printf function in c

#include<stdio.h>
void main(){
    printf("My name is MD Fuadul Islam Redoy
");
    printf("My birthday date is 4 April 2000
");
    printf("My mobile number = 01621025110
");
}
Source by youtu.be #
 
PREVIOUS NEXT
Tagged: #write #printf #function
ADD COMMENT
Topic
Name
9+5 =