Niharika IT Solution

BOOK /NOTES/NEWS

Recent Post

Showing posts with label Programs. Show all posts
Showing posts with label Programs. Show all posts

Write a C program to print your name, date of birth, and mobile number.

#include <stdio.h> int main()   {     // Print Name     printf("Name   : Alexandra Abramov\n");           // Print Date of B...