- I am a final year BCA student with an interest in creating coding patterns.
- I have won the inter collegiate coding competition held at Shree Devi College in their MEDHA fest 2023.
- I am a runner up in the coding competition called Cyber Quest held at Dr NSAM college NITTE in their NIGMA fest 2024.
About Me
Subscribe to:
Posts (Atom)
-
Step 1: Printing something on screen Code: #include<stdio.h> #include<conio.h> void main() { int i=10; clrscr(); print("%...
-
have added numbers to make you understand how we will create this pattern using for loop Also refer 6.Inverted triang...
-
Steps Let's count the number of lines i.e 9 so we take it as n So i will iterate from 1 to n The pattern printed never exceeds i For i...
-
I have added numbers to make you understand how we will create this pattern using for loop As we know we first see how many lines of code ...
No comments:
Post a Comment