Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Loops and Patterns in C - Tips and tricks
Rating: 4.4 out of 5(66 ratings)
322 students

Loops and Patterns in C - Tips and tricks

Programming in C
Last updated 5/2020
English
English [Auto],

What you'll learn

  • Students will get the knowledge on how to code using Loops and the patterns in C with some simple tips and tricks.

Course content

6 sections32 lectures6h 59m total length
  • Introduction14:45

    Explore loop control structures in C, including while, do-while, and for loops, with initialization, condition, and increment; learn non-zero means true and examine semicolon edge cases and outputs.

  • Loops-Topics covered29:20

    Explore loops in C language through practical number problems, including digits counting, sum and product of digits, reverse and palindrome checks, and patterns like Armstrong numbers, primes, and Fibonacci.

  • Loops : part-1 (Questions from 1 to 7)34:15

    Explore how loops in C use division and modulo to extract digits, print numbers in reverse, and compute sums of digits including first and last digits and even-odd positions.

  • Loops: Part-2 (Questions from 8 to 13)28:48

    Explore loops in C through questions 8–13: reverse a number, sum digits, palindrome checks, and Armstrong numbers with digit counts and powers, plus generating palindrome and Armstrong ranges.

  • Loops: Part-3 (Question no.14))9:12

    Investigate palindrome numbers and how to generate them with loops, counting palindromes up to a given K, and printing the final palindrome in the range.

  • Loops: Part-4 (Question no.15 & 16)14:04

    Master loops in C by implementing a prime number checker, counting and summing primes within a range, and printing primes efficiently.

  • Loops: Part-5 (Question 15 & 17)15:42
  • Loops: Part-6 (Question no.18 to 20)17:55

    Explore loop-based C programming to generate numbers composed of even digits and prime digits, using modulus checks and for and while loops, with explicit printing of results.

  • Loops: Part-7 (Question no.21)7:31

    Explore a loop-free prime check in C that determines primality by testing divisibility by 2, 3, 5, and 7 for numbers up to 200.

  • Loops: Part-8 (Question no.22)10:37

    Explore how to read three integers, extract digit remainders, identify the smallest and largest digits, and assemble them into a final number using loops and power-of-ten logic.

  • Loops: Part-9 (Question no.23)8:34

    Learn to generate the smallest number composed of digits 0 and 9 that is divisible by a given input, using loop-based construction and modulus checks in C.

Requirements

  • Basic knowledge on C

Description

This course covers "Programming using Loops" and "Printing Patterns in C " with simple tips and tricks with clear explanation and Execution. These tips and tricks are useful for a viewer to design best logics for any new pattern is to be implemented.This Course is useful for the candidates  who are preparing for placements and for the students who wants to get thorough knowledge in C. Check your knowledge in C by watching this videos clearly.You can post me the patterns for which  you are not able to program.

Thank you.

Who this course is for:

  • Candidates who are preparing for Campus placements.
  • Students who wants to get thorough knowledge in C.