Rivek.t
Rivek.t
@rivek-t
Prominent Member
Joined: Mar 3, 2023
Last seen: Nov 11, 2023
Topics: 219 / Replies: 322
Reply
Answer to: What are loops?

Loops are programming structures that allow a set of instructions to be repeated multiple times based on a condition. They are used to automate repeti…

1 year ago
Reply
Answer to: What is the use of tag in HTML?

In HTML, a tag is used to define various elements and their properties within a web page. Tags are enclosed in angle brackets (< >) and come in …

1 year ago
Topic
1 year ago
Replies: 1
Views: 125
Reply
Answer to: What is the polymorphism?

Polymorphism is a fundamental concept in object-oriented programming (OOP) that allows objects of different classes to be treated as objects of a comm…

1 year ago
Reply
Answer to: What are the different ways to define a function in JavaScript?

here are the different ways to define a function in JavaScript without code: Function Declaration: Declare a function using the function keyword…

1 year ago
Topic
Replies: 2
Views: 139
Reply
Answer to: What is cipher text with example?

Ciphertext is the encrypted form of a plaintext message, where the original information is transformed into a secret code using encryption algorithms….

1 year ago
Topic
Replies: 2
Views: 195
Reply
Answer to: What is hash function example?

A hash function is a mathematical function that takes an input (or “message”) and returns a fixed-size string of characters, which is typically a hexa…

1 year ago
Topic
Replies: 1
Views: 110
Reply
Answer to: What is backtracking?

Backtracking is a problem-solving technique in computer science and mathematics where an algorithm attempts to solve a problem incrementally by trying…

1 year ago
Reply
Answer to: What is DNF sort?

DNF sort, short for “Dutch National Flag sort,” is a sorting algorithm designed to segregate elements of an array into three distinct groups based on …

1 year ago
Topic
Replies: 1
Views: 159
Reply
Answer to: What is the difference between C++ and Java?

C++ is a statically typed, multi-paradigm programming language that allows low-level memory manipulation and is commonly used for system-level program…

1 year ago
Reply
Answer to: What is backtracking ?

Backtracking is a problem-solving technique where you systematically explore possible solutions and backtrack when you encounter a dead end, often use…

1 year ago
Page 7 / 37