Archives Answers

Answer

Use the playfair cipher

Use the playfair cipher with the keyword “example” to encipher “The algorithm name is playfair cipher” 10 marks question Steps : 01 : Keyword : Example 02: Prepare an Matrix of 5*5 E X A M P L B C…

A Thread to understand ML concepts – AI/DS/ML

Hebb Network  Hebbian learning ek classic concept hai neural networks mein. Iska naam uske developer Donald Hebb ke naam par rakha gaya hai. Hebbian learning ka basic idea yeh hai ki “jo saath saath activate hota hai, woh ek doosre…

Explain nested structures with examples.

C provides us the feature of nesting one structure within another structure by using which, complex data types are created. For example, we may need to store the address of an entity employee in a structure. The attribute address may…

Explain while loop with example.

The while loop in C is a control flow statement that repeatedly executes a block of code as long as a specified condition is true. It has the following syntax: Here’s an explanation of how the while loop works: Condition Evaluation: The loop starts…

What are the tokens of c language explain with example

Tokens in C language are the smallest individual units of a program, such as keywords, identifiers, constants, operators, and special symbols. Here’s an explanation of each type of token with examples: Keywords: Keywords are reserved words that have predefined meanings…

Enable Notifications OK NO