Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C programming : Star Pattern making tricks
Rating: 4.1 out of 5(22 ratings)
539 students

C programming : Star Pattern making tricks

Make any complex patterns within seconds
Created byJuvin Agrawal
Last updated 6/2019
English

What you'll learn

  • Build any complex star patterns as well as other complex patterns within seconds using c programming
  • Horizontal sectioning and vertical sectioning method to create patterns very fast
  • It gives programmer a complete view of how to break down the complex pattern into multiple small sections which makes coding complex pattern piece of cake
  • Nested loop programming

Course content

4 sections51 lectures2h 30m total length
  • Code lines need to remember1:50

    Please remember the sequence of operators while writing forward and backward loops to increase speed. 

  • Base pattern 14:14

    First base pattern. This video will help understand how to write the layout to speed up coding process.

  • Execution of pattern 12:50

    Execution of Base Pattern 1 in C compiler software (Codeblocks)

  • Base pattern 21:40

    Second base pattern. This video will help understand how to write the layout to speed up coding process.

  • Execution of pattern 21:29

    Execution of Base Pattern 2 in C compiler software (Codeblocks)

  • Base pattern 31:31

    Third base pattern. This video will help understand how to write the layout to speed up coding process.

  • Execution of pattern 31:16

    Execution of Base Pattern 3 in C compiler software (Codeblocks)

  • Base pattern 41:41

    Fourth base pattern. This video will help understand how to write the layout to speed up coding process.

  • Execution of pattern 41:19

    Execution of Base Pattern 4 in C compiler software (Codeblocks)

  • Trick 1: Pattern from base pattern Part 13:05

    Trick 1 can be used to create other patterns out of code of Base Patterns. It helps in writing code faster.

  • Execution of Trick 1: Patterns from base pattern Part 10:54

    Execution of trick 1 in C compiler software (Codeblocks)

  • Trick 1: Pattern from base pattern Part 21:56

    Trick 1 can be used to create other patterns out of code of Base Patterns. It helps in writing code faster.

  • Trick 2: Star Pattern from base pattern2:34

    Trick 2 can be used to create Star patterns out of code of Base Patterns. It helps in writing code faster.

  • Execution of Trick 2: Star Pattern from base pattern0:50

    Execution of trick 2 in C compiler software (Codeblocks)

  • Trick 3: Alphabet Patterns from base pattern3:27

    Trick 3 can be used to create Alphabet patterns out of code of Base Patterns. It helps in writing code faster.

  • Execution of Trick 3: Alphabet Pattern from base pattern2:12

    Execution of Trick 3 in C compiler software (Codeblocks)

  • Summarize Trick 1/2/32:45

    Note down this summary to create code faster.

  • Extra Base Pattern 15:07

    Extra base pattern 1 is used as a base pattern for spaces before number type patterns. This video will help understand how to write the layout to speed up coding process.

  • Execution of Extra Base Pattern 11:29

    Execution of Extra Base Pattern 1 in C compiler software (Codeblocks)

  • Extra Base Pattern 26:31

    Extra base pattern 2 is used as a base pattern for spaces before number type patterns. This video will help understand how to write the layout to speed up coding process.

  • Execution of Extra Base Pattern 21:30

    Execution of Extra Base Pattern 2 in C compiler software (Codeblocks)

Requirements

  • It is for beginner level, everything is explained in very easy manner.
  • Any C compiler software like Codeblocks, Dev-c etc

Description

This course is created to help students/programmers in coding patterns in C programming within seconds which are asked during interviews. This course also helps in creating better understanding of loop based programming and algorithm development.The Horizontal sectioning & Vertical sectioning learning section help in creating better understanding of placement of nesting of loops.The special pattern section has patterns which helps in expertise algorithm development skills. So enjoy coding !!!

Who this course is for:

  • Interview attending computer science/IT students
  • Anyone who wants to code complex star pattern within seconds
  • Anyone who wants to understand loops in better way
  • C programming learner
  • Loop programming, nested loops