-
Pavatharni . S wrote a new item 2 years, 6 months ago
enter the number of seconds that you want the effect to run.
-
Pavatharni . S wrote a new item 2 years, 6 months ago
a tool of Microsoft that is used to make presentations.
-
Pavatharni . S wrote a new item 2 years, 6 months ago
Using the tuple() built-in function
-
Pavatharni . S wrote a new item 2 years, 6 months ago
used to in Python to begin slicing from the end of the string i.e. the last
-
Pavatharni . S wrote a new item 2 years, 6 months ago
NumPy aims to provide an array object that is up to 50x faster than traditional Python lists
-
Pavatharni . S wrote a new item 2 years, 6 months ago
public class StringFormatter { public static String reverseString(String str){ StringBuilder sb=new StringBuilder(str); sb.reverse(); return sb.toString(); } }
-
Pavatharni . S wrote a new item 2 years, 6 months ago
import java. util. Scanner; class Prime { public static void main(String[] args) { Scanner sc= new Scanner(System. in); System. out. println(“Enter a number to check if it is truly prime number or not: ” […]
-
Pavatharni . S wrote a new item 2 years, 6 months ago
In C++, cout sends formatted output to standard output devices, such as the screen.
-
Pavatharni . S wrote a new item 2 years, 6 months ago
one for which the compiler copies the code from the function definition directly into the code of the calling function rather than creating a separate set of instructions in memory.
-
Pavatharni . S wrote a new item 2 years, 6 months ago
used to qualify hidden names so that you can still use them
-
Pavatharni . S wrote a new item 2 years, 6 months ago
Char datatype is used to store character strings of fixed length.
-
Pavatharni . S wrote a new item 2 years, 6 months ago
Char datatype is used to store character strings of fixed length.
-
Pavatharni . S wrote a new item 2 years, 6 months ago
A table has records (rows) and fields (columns). Fields have different types of data, such as text, numbers, dates, and hyperlinks. A record: Contains specific data, like information about a particular employee or a product.
-
Pavatharni . S wrote a new item 2 years, 6 months ago
computerized data-keeping system
-
Pavatharni . S wrote a new item 2 years, 6 months ago
SQL is a programming language used to work with data in relational databases, MySQL is an open-source database product that implements the SQL standard
-
Pavatharni . S wrote a new item 2 years, 6 months ago
There are five types of SQL commands: DDL, DML, DCL, TCL, and DQL.
-
Pavatharni . S wrote a new item 2 years, 6 months ago
Right-click the applied style in Home > Cell Styles. Select Modify > Format to change what you want.
-
Pavatharni . S wrote a new item 2 years, 6 months ago
Cells are the boxes you see in the grid of an Excel worksheet
-
Pavatharni . S wrote a new item 2 years, 6 months ago
a scalar quantity that is used in a worksheet to identify a single cell
-
Pavatharni . S wrote a new item 2 years, 6 months ago
a computer program that can capture, display and manipulate data arranged in rows and columns.
- Load More
