#include <stdio.h> int main() { printf("Name : CodeWithBrain\n"); printf("DOB : 11-Dec-2000\n"); printf("Mobile : +910000000000\n"); }
#include <stdio.h>
int main()
{
printf("Name : CodeWithBrain\n");
printf("DOB : 11-Dec-2000\n");
printf("Mobile : +910000000000\n");
}
The output is:-
0 Comments
If you have any problem in code write in comments!