I'm a b.tech cse 1st year student. this is very helpful for us. I searched many apps for pattern programme but no one was explaining like u. Your app is best and the best part is in your app is your explanation🤗
I am trying to understand patterns but no one explained clearly so that I can understand...this video helped me a lot ..presentation is Als otoo goo thank you!
Patern type program is Very instrating to hole my syllabus after I see this video playlist I am student of third year electronic engineering. Thanku so much sir🙏🌻
sir the way u make the vedeo is really superb ,but please deliver in english so all other states from different people can understand easily,this is my suggestion.
The Abs Function Is Shift To C standard Library In C++ so If You want to code this Pattern in C++ you Need To include (#include) for using The abs() function In code..In cpp including of Math.h will not work and It give you Error "abs" not declared in this scope" cuz it will Not find it in Math.h ✌️
+= it's a short-hand assignment operator, that evaluates as x += 2, means x = x + 2. No, we can't use z =+2 , it will simply assign 2 to z. For more details - ruclips.net/video/K2isGcM_yCE/видео.htmlsi=fM1FZzHQfBALdj6f
Sir aapne for loop ka pattern jo kar rahe hai par jo( k ) ko difaind Kyo nai kiye ho Aur aapka program ran ho gaya kaise mai samajh nai pa raha hu way sir🔺🤣
Hi Arvind, you actually see the logical explanation and dry run only, check the program creation and execution part of the video :- ruclips.net/video/4KED-7xPQbQ/видео.html
Console.Write("{0,2:D} ",n); Get pattern programs in C# :- play.google.com/store/apps/details?id=com.sitseducators.csharppatternprogramsfree play.google.com/store/apps/details?id=com.sitseducators.patternprogramshive
Hi Abhishek, There are many ways to do it, we may use 3 loop logic or if-else logic to get the desired pattern. The simplest way is to modify the logic of pattern no. 149 and print the value of n-(i-abs(k))+1 instead of i-abs(k). Program (C, C++, Java, C#, Python):- patternprograms.online/pattern-program-t-03/
Hi, there are variety of ways to do that, but if you don't want much modification in the code, just add 1 in the print value, i.e. print >> abs(k-i)+1 In C, printf("%d",(abs(k-i)+1));
Refer to this app for Python Pattern Programs:- play.google.com/store/apps/details?id=com.sitseducators.pythonpatternprogramsfree Refer to this playlist :- ruclips.net/p/PLUYUs4r2zEPwrzFNf4x6ddp2kDEwt_VWn
Hi Minakshi, Please refer to the pattern no.135 in the app. It's pretty easy, all we need to use a new variable (say 'n=1') and increment and print it in the inner loop. If you still have any doubt, share with me at tutorial.series@softethics.com
Hi Surag, Kindly watch the tutorial (19:16) and if you still face any problem, send me your tried code at tutorial.series@softethics.com Best Regards, Sumit Tiwari
At 19:16 in the tutorial, the desired pattern is discussed. Also if you still have any doubts, send me you tried code at tutorial.series@softethics.com or appquery@softethics. Best Regards, Sumit Tiwari
I am student of software engineering first semester .your lecture really help me alot❤️Thanks alot.
Glad to hear that. All the best.
I'm a b.tech cse 1st year student.
this is very helpful for us.
I searched many apps for pattern programme but no one was explaining like u.
Your app is best and the best part is in your app is your explanation🤗
Hi Rohit,
Thanks for your kind words and support.
Best Regards,
Sumit Tiwari
@@programmer_one Your welcome
@@programmer_one i want your help
i want a hollow pyraimd or half hollow pyramid code
I'm just born and your video is really helpful
Glad I could help
I am trying to understand patterns but no one explained clearly so that I can understand...this video helped me a lot ..presentation is Als otoo goo thank you!
Glad it helped :-)
Best video i have ever seen related to this
Patern type program is Very instrating to hole my syllabus after I see this video playlist
I am student of third year electronic engineering.
Thanku so much sir🙏🌻
Glad to hear that
@@programmer_one 🤗
It's very helpful for my practical examination of c programming....!! 🥰🤗 Tysm sir 👍🏻👍🏻
Most welcome 😊
I am syudent of 10th icse and believe me this is very helpful to me
Now Bro you're in college
Haha true@@yashyadav3304
hats off for you sir you are legend of pattern programming..
Thanks sir
Really your teaching style is wow 😲
Most welcome
you are an ingenious teacher....thanq sir....
Thanks and welcome
sir the way u make the vedeo is really superb ,but please deliver in english so all other states from different people can understand easily,this is my suggestion.
Noted :-)
The besttt explanation....awesome teaching method ☺☺☺☺☺🙏🙏🙏
Glad to hear that it helped you. Thanks for your support and kind words :-).
thank you so much your lecture help me alot about patterns your tutoring skill are nice thanks
Thanks and welcome
This tutorial is soo good.....Thank you😍
Wow! The best explanation is to clear c language. Awesome teacher thank you very much, Sir. Your teaching style is unique from others. 🤩🎂🎂🍡🏵🌹
Thanks and welcome
Wah!! Ambitious Explanation..
Glad you liked it
Thank you so much.....Superb tutorial....Very much helpful
Glad it was helpful!
Please tell me the program of hollow heart
Best way of explaining sir❤️
😊😊😊
Is it also available in python....btw great explanation.
Yes, the pattern programs are also available in Python.
Python pattern programs app on Google play:
sfet.in/PyPatternPrograms
@@programmer_one ok... thank you so much sir
That's really very helpful video...
Sir you explained like a pro
#RESPECT .
Presentation was really good.
Videos was helpful
Thanks a ton. Glad it help...
The Abs Function Is Shift To C standard Library In C++ so If You want to code this Pattern in C++ you Need To include (#include) for using The abs() function In code..In cpp including of Math.h will not work and It give you Error "abs" not declared in this scope" cuz it will Not find it in Math.h ✌️
Unique from other ❤️
Gkb studies is best for learn java programming correct concepts is clear
Best among all
Awesome explain..
Thank you 💓💓
You're welcome 😊
Thank you so much 😘😘😘
Sir
Plzz exain same program to make by using while loop or do-while loop
great efforts dude thank you
Happy to help
😀It is very helpful 🙏
Glad to hear that
mind blowing trick bro
Why you wrote
Z+=2
Can we wrote
Z=+2
+= it's a short-hand assignment operator, that evaluates as x += 2, means x = x + 2.
No, we can't use z =+2 , it will simply assign 2 to z.
For more details - ruclips.net/video/K2isGcM_yCE/видео.htmlsi=fM1FZzHQfBALdj6f
Vs code ke upar ek video banao please ki C and c++ ko vs code me kese chalaye full tutorial please
Diamond pattern me output Kya ayega??????
Thank you so much for uploading thi
THANK YOU SO MUCH BHAI
Start from 1
Hallo sir . I am thinking of a pyramid patter with a single or maximum two loop ... Is it possible??
Yes, Refer to these tutorials : Part 24 - ruclips.net/video/a4BuYwo2lxo/видео.html
Part 21 - ruclips.net/video/_BHLsAta9j8/видео.html
Ap asterik ka half moon ka program bna dy plz... I am waiting.
Sir aapne for loop ka pattern jo kar rahe hai par jo( k ) ko difaind Kyo nai kiye ho Aur aapka program ran ho gaya kaise mai samajh nai pa raha hu way sir🔺🤣
Hi Arvind, you actually see the logical explanation and dry run only, check the program creation and execution part of the video :- ruclips.net/video/4KED-7xPQbQ/видео.html
Sir is this will same for Java ?
Yes. Explore Java codes here - play.google.com/store/apps/details?id=com.sitseducators.javapatternprogramsfree
Please show in detail
Thanks for loding this partten
if i use 2i-1 instead of whts the mistake in this ??
Hi Neeraj,
Send me your tried code at tutorial.series@softethics.com
Sir c mai %d use karte hai to C# mai ky use karte hai
Console.Write("{0,2:D} ",n);
Get pattern programs in C# :-
play.google.com/store/apps/details?id=com.sitseducators.csharppatternprogramsfree
play.google.com/store/apps/details?id=com.sitseducators.patternprogramshive
Thanks ❤️
You're welcome 😊
Sir how to print
11
11 10 11
11 10 9 10 11
11 10 9 8 9 10 11
For entering a value of n?
What is logic I can't think of it
Hi Abhishek,
There are many ways to do it, we may use 3 loop logic or if-else logic to get the desired pattern.
The simplest way is to modify the logic of pattern no. 149 and print the value of n-(i-abs(k))+1 instead of i-abs(k).
Program (C, C++, Java, C#, Python):-
patternprograms.online/pattern-program-t-03/
If i want start program in 17.00
What should I do?
Hi, there are variety of ways to do that, but if you don't want much modification in the code, just add 1 in the print value, i.e.
print >> abs(k-i)+1
In C,
printf("%d",(abs(k-i)+1));
@@programmer_one thanks
Thank you sir 👌
Most welcome
Sir number wala likhne me kaafi pareshani ho rha h
hello can you put user input for, for loop?
Yes, its simple, use scanf("%d",&n) in C to take the input from user.
Plz make translation available on your videos thanks
As soon as possible
Kya koi bta skta h ki for loop me jo variable lete h vo I ya j hi Q lete h
Hi Harshita, it is not mandatory, you can choose the variable name according to your own choice.
for(a=1;a
Awesome
Pls provide the user defined code
More tutorials are on the way. Stay connected.
Iam a student of class 9
could you tell the code of a
ccc
eeee
Which compiler use sir
Hi Sanket,
I'm using Cygwin and Borland 5.5
which IDE do you use sir?
NetBeans IDE
Integrated development environment
Thank so mach bro
Most Welcome
Printf don't work in c++ !
Use cout in C++ instead of printf().
Pattern programs are available in C++ :
sfet.in/CppPatternPrograms
Form 47 upload the videos
cant use in c#
Use this app for C# codes :- play.google.com/store/apps/details?id=com.sitseducators.csharppatternprogramsfree
please python mae bta dejiye
Refer to this app for Python Pattern Programs:- play.google.com/store/apps/details?id=com.sitseducators.pythonpatternprogramsfree
Refer to this playlist :- ruclips.net/p/PLUYUs4r2zEPwrzFNf4x6ddp2kDEwt_VWn
How to do this
1
2 3
4 5 4
3 2 1 2
3 4 5 4 3
Get programs here:
C Pattern Programs App- sfet.in/CPatternPrograms
C++ Pattern Programs App- sfet.in/CppPatternPrograms
C# Pattern Programs App- sfet.in/CsPatternPrograms
Java Pattern Programs App- sfet.in/JavaPatternPrograms
Python Pattern Programs App- sfet.in/PyPatternPrograms
Pattern Programs Hive- sfet.in/PatternProgramsHive
More Apps : bit.ly/SoftEthics
ʜᴏᴡ ᴛᴏ ᴅᴏ ᴛʜɪꜱ ᴩʀᴏɢʀᴀᴍ..
1
2 3
4 5 6
7 8 9 10
11 12 13 14 15
Hi Minakshi,
Please refer to the pattern no.135 in the app.
It's pretty easy, all we need to use a new variable (say 'n=1') and increment and print it in the inner loop.
If you still have any doubt, share with me at tutorial.series@softethics.com
@@programmer_one ᴛʜᴀɴᴋ yᴏᴜ
Very easy jaha par %d " i likhte hai os ke nichr num++ kijiye ..ipper declare karte time num=0 kijiye
H
Plz plz
Sorry bhai mere ko lga ki tu python pda raha hai ye to OOP hai
Please teach us English
I m not getting this pattern
1
1 2 1
Hi Surag,
Kindly watch the tutorial (19:16) and if you still face any problem, send me your tried code at tutorial.series@softethics.com
Best Regards,
Sumit Tiwari
@@programmer_one hiiii sirr...I have watched the video ,but I am not able to trace the program
Sir can u find me a solution
At 19:16 in the tutorial, the desired pattern is discussed. Also if you still have any doubts, send me you tried code at tutorial.series@softethics.com or appquery@softethics.
Best Regards,
Sumit Tiwari