Answer:
% is a modulus operator in most languages, returning the remainder when the preceding number is divided by the following one . Assuming the language this question pertains to is one of those, then the answer is 3.
Answer:
The arithmetic/logic unit
Explanation:
The arithmetic/logic unit (ALU) contains the electronic circuitry that executes all arithmetic and logical operations. The arithmetic/logic unit can perform four kinds of arithmetic operations, or mathematical calculations: addition, subtraction, multiplication, and division.
https://homepage.cs.uri.edu/faculty/wolfe/book/Readings/Reading04.htm
Answer:
See explaination for program code
Explanation:
#include <iostream>
#include <string>
#include <fstream>
using namespace std;
int main() {
string name;
int age;
cout << "Enter name of user: ";
getline(cin, name);
cout << "Enter age of user: ";
cin >> age;
ofstream outdata("outdata");
outdata << name << " " << age << endl;
outdata.close();
return 0;
}
Answer:
Bluetooth
Explanation:
Bluetooth is a wireless technology which has a transfer rate of 1 Mbps to 3 Mbps that to up to the distance of 10 meters.
In 2000's Bluetooth was used to exchange data without using wires or cables over short distances.
Nowadays it is not used to exchange data.There are more faster technologies present to do that now.But it is still popular to devices like speakers,headphones etc which can be connected by Bluetooth without using wires.
It uses UHF radio waves.
Answer:
Ther are 8 best programming language :
• Javascript
• Swift
• Scala
• Go
• Python
• Elm
• Ruby
• C#