Skip to main content

Arithmetic Expression Problem

Arithmetic Expression Problem

In this post, We will share some arithmetic operation problems. Please solve it and your answer in comment section.

Solution of all problem are available here 
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Comments

Post a Comment

Popular posts from this blog

Rust error: a bin target must be available for `cargo run`

Rust error: a bin target must be available for `cargo run` In this post, we will learn how to fix the rust build error  a bin target must be available for `cargo run`.  In my case I was getting this error because while creating rust project with command  cargo new project_name, the source (src) directory was not containing main.rs but it was containing lib.rs because   cargo new project_name command was creating library not binary project . You can solve above issue by creating project with below command. cargo new project_name --bin Above command will create your project with directory structure /project_name - Cargo.toml - src/main.rs Now you can build and run project with cargo build cargo run Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above

SIMPLE PYTHON HTTP SERVER

SIMPLE PYTHON HTTP SERVER In many use cases, we come across the situation where we need a simple server to test some command or test some applications. But creating a server programmatically is a time taking process. To solve the problem Python has created SimpleHTTPServer module. In this post, we will learn how to create a simple HTTP server in a single command on Ubuntu.  Create SimpleHTTPServe Using Commandline  python -m SimpleHTTPServer 8001 Above command will create a simple HTTP server for you at port 8001 Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Golang - Run & Compile

GOLANG RUN & COMPILE In the previous post, we have discussed how to install Go on Linux. In this post, We will discuss how to compile and run a Go program. Create folder HelloWorld mkdir HelloWorld cd HelloWorld Create file HelloWorld.go touch HelloWorld.go Copy below code into HelloWorld.go file package main import "fmt" func main() { fmt.Println("Hello, World") } Compile go build Run ./HelloWorld Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

BSNL Recruitment

BSNL Recruitment      Bharat Sanchar Nigam Limited (BSNL)  has released a notification for the post of   Management Trainees . Company Name BSNL Post Name    Management Trainees State India Salary Rs.  24,900-50,500 Number of Vacancy 300 Eligibility B.Tech Last Date 26-01-2019 Application Details Job Notification Apply Online Job Application BSNL Recruitment       Government Jobs in India Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above. Rozgardesh ( रोजगार देश )