581
Points
Questions
21
Answers
37
-
Asked on July 19, 2020 in Mobile.
Step-by-step for blocking a contact on Android smartphones
- Open the main Phone app from your home screen.
- Tap the Android settings/option button to bring up the available options.
- Tap ‘Call settings’.
- 327 views
- 1 answers
- 0 votes
-
Asked on May 8, 2020 in Programming.
Swapping of two numbers in C
#include <stdio.h>int main()
{
int x, y, t;printf(“Enter two integers\n”);
scanf(“%d%d”, &x, &y);printf(“Before Swapping\nFirst integer = %d\nSecond integer = %d\n”, x, y);
t = x;
x = y;
y = t;printf(“After Swapping\nFirst integer = %d\nSecond integer = %d\n”, x, y);
return 0;
}- 469 views
- 1 answers
- 0 votes
-
Asked on April 20, 2020 in Health.
- 425 views
- 1 answers
- 0 votes
-
- 422 views
- 1 answers
- 0 votes
-
- 412 views
- 1 answers
- 0 votes
-
Asked on March 27, 2020 in Computer.
- 427 views
- 1 answers
- 0 votes
-
Asked on March 25, 2020 in Programming.
Here is your answer…. the best programming languages to learn in 2020 to get a high salary job…
In Computer Science there are so many programming languages, but a few of them are the highest paying programming languages 2020.
Highest Paying Programming Languages 2020
1. Go:
Go is a programming language structure by Google engineers Robert Griesemer, Rob Pike, and Ken Thompson.
Als, Go is statically composed, accumulate, and allowable like C, with the additional advantages of memory security, trash gathering, auxiliary arranging, and CSP-style simultaneousness.
2. Objective C:
Objective-C is a broadly useful, OOP language that adds Smalltalk-style informing to the C programming language.
It was chosen as the primary language utilize by NeXT for its NeXTSTEP working framework, from which macOS and iOS are obtained.
3. Python:
Python is a clarify abnormal state programming language for broad useful programming.
Made by Guido van Rossum and first delivery in 1991, Python has a plan theory that stresses code coherence, prominently utilizing huge whitespace.
Python translators are accessible for some working systems.
4. Ruby On Rails:
Ruby on Rails, or Rails, is a server-side web application structure register in Ruby under the MIT License.
Rails is a model– view controller system, giving default structures to a database, a web administration, and pages.
5. R:
R is a programming language and free programming condition for factual registering and illustrations upheld by the R Foundation for Statistical Computing.
The R language is broad utilized among analysts and information small for creating factual programming and information investigation.
6. C#:
C# (articulated “C-sharp”) is an OOP language from Microsoft that expects to join the processing intensity of C++ without breaking a sweat of Visual Basic.
In fact, C# depends on C++ and contains highlights like those of Java.
- 398 views
- 1 answers
- 0 votes