Skip to content
View vamsidola9-sketch's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report vamsidola9-sketch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
vamsidola9-sketch/README.md

๐Ÿ‘‹ Hi, I'm Vamsi Dola

๐ŸŽฏ Beginner C Programmer | Open Source Learner | Sharing Simple & Useful Programs

Iโ€™m passionate about learning programming and helping beginners understand C language easily.
Here on my GitHub, I upload small but powerful programs with clear logic and comments.


๐Ÿ”ข My C Programming Projects

Here are some of my beginner-friendly projects ๐Ÿ‘‡

(Iโ€™ll keep adding more every week!)


๐Ÿ’– Support My Work

If my projects helped you learn something new, you can support me to create even more beginner-friendly content ๐Ÿ™

๐Ÿ‘‰ Sponsor me on GitHub
Every small contribution motivates me to keep improving and sharing my coding journey ๐Ÿ’ป


๐ŸŒฑ Currently Learning

  • Advanced C concepts
  • Data structures and algorithms
  • Exploring open-source contribution

๐Ÿ“ซ Connect with Me

  • ๐Ÿ’ฌ Ask me about C programming or beginner coding tips
  • ๐ŸŒ GitHub Profile
  • ๐Ÿ’– Sponsor Link
    โญ Follow me to get updates whenever I post a new program!
    Thanks for visitingย myย profile!ย ๐Ÿ˜Š

Pinned Loading

  1. My-best-projects My-best-projects Public

    here are some best projects I built so far.

  2. Fibonacci.C Fibonacci.C Public

    a fibonacci program can be easily classified as ....it has the sum of previous two numbers

    C

  3. Reversed.C Reversed.C Public

    the actual number can be converted to reversed number using while loop

    C

  4. sum-and-average-of-array-elements.C sum-and-average-of-array-elements.C Public

    this program calculates the sum and average of elements in an integer array

    C

  5. prime-numbers-range prime-numbers-range Public

    print all prime numbers between two intervals ideal for understanding nested loops and conditions

    C

  6. simple-calculator.C simple-calculator.C Public

    this C programs performs basic steps like arithmetic operations using switch case statements

    C