Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Hello World
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 /*Problem: Ramesh’s basic salary is input through the keyboard. His dearness allowance is 40% of basic salary, and house rent allowance is 20% of basic salary. Write a program to calculate his gross salary.*/ #include <iostream> int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
ADL of operator expression & unqualified function call
C++ move/copy constructor and assignment demo
trying to find if reinterpret_cast preserves calling convention
Memory example
regex select, find
dhar1
Hangman
wrong up
wall
define own struct
stackse - search stackoverflow differently
Please log in to post a comment.