Skip to content

takeUforward

~ Strive for Excellence

  • Striver’s SDE Sheet
  • SDE Core Sheet
  • Interview Experience
  • Data Structure
  • Advertise with us
  • Join takeUforward

Category: Arrays

May 19, 2022 Arrays / C programs / Data Structure / String

strcpy in C

Problem Statment: Given two Strings copy the contents of one string to another. Example 1: Input: str1=”Takeuforward”, str2=”” Output: str2=Takeuforward

Continue reading
May 19, 2022 Arrays / C programs / Pointers

Pointer in C

A pointer is a variable that contains the address of another variable. Declaration: dataType *PointerName ; Here, dataType must be

Continue reading
May 19, 2022 Arrays / C programs / Data Structure / Matrix

Transpose of a Matrix in C

Problem Statement: Given a Matrix print the transpose of a matrix. Examples: Example 1: Input: mat[][] = 1 2 3

Continue reading
May 18, 2022 Arrays / C programs / Data Structure / String

String Concatenation in C

Problem Statment: Given two Strings concatenate one string to another and print the result. Examples: Example 1: Input: str1=”Take”, str2=”uforward”

Continue reading
May 18, 2022 Arrays / C programs / Data Structure

Linear Search in C

Problem Statement: Given an array, and an element num the task is to find if num is present in the

Continue reading
May 18, 2022 Arrays / C programs / Data Structure / Matrix

Matrix Addition in C

Problem Statement: Given two matrices add the value of the two matrices and print the resultant matrix. Example 1: Input:

Continue reading
May 18, 2022 Arrays / C programs / Data Structure / String

Reverse String in C

Problem Statement: Given a String, reverse the string and print it. Example 1: Input: str = “Takeuforward” Output: drawrofuekat Example

Continue reading
May 18, 2022 Arrays / Data Structure / Matrix

Spiral Traversal of Matrix

Problem Statement: Given a Matrix, print the given matrix in spiral order. Examples: Example 1: Input: Matrix[][] = { {

Continue reading
May 14, 2022 Arrays / Data Structure

Prefix Sum Technique

In an array of integers n, the prefix sum array is the array whose every element is the sum of

Continue reading
May 7, 2022 Arrays / Data Structure / Stack

Evaluation of Postfix Expression

Given a postfix expression Containing only operators [+, – , *, / ]  and numbers. Postfix expression is given the

Continue reading

Posts navigation

1 2 3 … 19 Next Posts»

Subscribe

I want to receive latest posts and interview tips
Loading

Recent Posts

  • Input, Output, and Import in Python
  • Python Operators
  • Python Data Types
  • Type Conversion in Python
  • BuildHeap(), DecreaseKey(), and Delete() in Binary Heap

Accolite Digital Amazon Arcesium Bank of America Barclays BFS Binary Search Binary Search Tree Commvault CPP DE Shaw DFS DSA Self Paced google HackerEarth infosys inorder Java Juspay Kreeti Technologies Morgan Stanley Newfold Digital Oracle post order pre-order queue recursion Samsung SDE Core Sheet SDE Sheet Searching set-bits sorting sub-array subarray Swiggy takeuforward TCQ NINJA TCS TCS CODEVITA TCS DIGITA; TCS Ninja TCS NQT VMware XOR

Copyright © 2022 takeuforward | All rights reserved