Search
 
SCRIPT & CODE EXAMPLE
 

CPP

c++ operation

#include<iostream.h>
#include<conio.h>
main()
{
int a, b;
a = 53;
b = 5;
clrscr();
cout<<”QUOTIENT IS : "<<a/b;
cout<<”REMAINDER IS : ”<<a%b;
getch(); 
Comment

PREVIOUS NEXT
Code Example
Cpp :: can you use rand to read in from an external file inc++ 
Cpp :: c++ rgb code 
Cpp :: leetcode 36 c++ 
Cpp :: convert GLFWwindow* to IntPtr 
Cpp :: c++ program 
Cpp :: c++ CRL multiline string 
Cpp :: no argument but return value in c++ 
Cpp :: private static c++ 
Cpp :: c++ void to avoid functions 
Cpp :: pycuda install failed microsoft c++ 
Cpp :: codeform 
Cpp :: arduino jumper programmieren 
Cpp :: c++ loop 
Cpp :: subsets of a given array 
Cpp :: // A C++ program to show that we can use reference to 
Cpp :: c++ union set q5 
Cpp :: pum game in c++ 
Cpp :: icon on win32 button 
Cpp :: c++ how to print out 
Cpp :: Overloading IO Stream 
Cpp :: sieve of eratosthenes c++ 
Cpp :: How to get the last element of an array in C++ using std::array 
Cpp :: default access specifier in c++ 
Cpp :: what is push() c++ 
Cpp :: Come concatenare stringhe in c++ 
Cpp :: linux x11 copy paste event 
C :: how to remove button decoration 
C :: pygame draw transparent rectangle 
C :: express.static public 
C :: boilerplate code c 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =