Skip to content

takeUforward

~ Strive for Excellence

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

Category: C programs

May 19, 2022 C programs

C Programs : List of most popular programs in C

Even though a lot of learners might consider C programming language as an out-dated language, but most of them are

Continue reading
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 C programs

lcm of two numbers in C

Problem Statement: Find the LCM of the two given integers. Examples: Example 1: Input: n1 = 4, n2 = 8

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 C programs

Structure in C

If you are into programming, be it a newbie or an expert you might be well-versed with the primitive data

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 C programs

For Loop in C

In C and all other modern programming languages, iteration statements (also called loops) allow a set of instructions to be

Continue reading

Posts navigation

1 2 3 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