Map of India in C programming language by Programming Knowledge

Image
************************************************ * C PROGRAM BY PROGRAMMING KNOWLEDGE  * ************************************************ https://github.com/jaysonib/Map-of-India-in-C-language/ #CodeObfuscation #RepublicDay2021 #ProgrammingKnowledge #IOCCC Hello Friends! Welcome to my YouTube channel "Programming Knowledge". First of all, I want to wish Happy Republic Day to all of you. In this video, I will show you what is the output of this program. Also, I have made a ringtone of National anthem of India in C language and also in Java. check out this videos, I will provide links in the description. Before compiling this code, I want to share that how I inspire to make this small obfuscated program. Well, on this channel, I have uploaded 2 videos in this series. In first one, I have shown what is code obfuscation and how to convert this simple program to obfuscated code. I have provided the link in the description. In second video, I have explained some basics...

3 methods to print star pattern with a SINGLE LOOP in PYTHON || #ProgrammingKnowledge


\

#python #StarPatterns #ProgrammingKnowledge

Hello Friends.

Welcome to my YouTube channel 'Programming Knowledge'.
In this video, I will show you three methods of printing this star pattern using a single loop in python programming language.
*
**
***
****
*****

There are lots of other methods, by which you can print this pattern using a single loop.
You can share you logic with me in the comment section.

****** First Method ******
In first method, I have used range function and string replication concept.
Which are very popular in python.

****** Second Method ******
In Second method, I have used the concept of list.

****** Third Method ******
The above two methods can be applied only for Python programming language.
But this logic can be applied in any programming language.
It's a bit complex method.

So, guys these are the three methods by which you can print * patterns with a single loop.
I hope you liked this video.
If you have enjoyed this video then hit the like button.
If you are new to this channel then hit the subscribe button.
And for the next video notification hit the bell icon.
If you have any new method to print pattern, then you can share with me in the comment section.

Here is the link of Spiral matrix in C language
https://youtu.be/O8OIP94OOkU

If you like to make matrix effect in c which is shown in intro of this video then watch this video.
https://youtu.be/aP6yjc90-Mg

JAY HIND.

Comments

Popular posts from this blog

Funny memes on programming / programmers part 6 has been released check out now......................

Concentric square pattern in python || programming knowledge || concentric square pattern || how to print concentric square pattern