From d68a5ac57431e4a31d5e42f77d31868b587a2b43 Mon Sep 17 00:00:00 2001 From: Waris Hayat Date: Mon, 22 Jan 2024 18:26:29 +0000 Subject: [PATCH] Basic about cpp --- day1.cpp | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 day1.cpp diff --git a/day1.cpp b/day1.cpp new file mode 100644 index 0000000..cceaceb --- /dev/null +++ b/day1.cpp @@ -0,0 +1,53 @@ +#include //directive process by pre-processor iostream is a headerfile +using namespace std; // standard namespace which we use in the code.(All the key words tell like cout are standard) +int main() //int main is the function main is function and int is return type. +{ + //in function we perfoam he specific task. +// +// cout<<"Namasty dunia:)"<>apple; + + cout<<"The value of Apple is:"<>a; + cout<<"The value of A is "<>b; + cout<<"The value of B is "<