C Programming :Floyd's triangle

Опубликовано: 28 Октябрь 2024
на канале: STEM-Robotics
56
3

1.Installation of code block    • C Programming: Installation of code b...  
2.How to run first program on code block    • C programming-How to run first progra...  
3.Understanding Printf function(how to print integer, string, float)
   • C programming-Understanding Printf fu...  
4.Addition of two number    • C programming-Addition of two number  
5. Swap the given two number    • C Programming: Swap the given two number  
6.compare of two number, greater than, less than    • C programming-If else loop: compare o...  
7. Find out number is even or odd    • C Programming:  If else loop: Find ou...  
8. Find out whether number is Prime number or not
   • C Programming: Nested If loop: Find o...  
9.Find Sum of marks,average and percentage of different subjects
   • C Programming :  find Sum of marks,av...  
10.Math's Functions    • C Programming : C Math's Functions  
11.For loop-printing number from 1 to 10 using for loop    • C programming-For loop-printing numbe...  
12.While Loop    • C Programming: While Loop  
13.Table of any number    • C Programming: Do While loop :Table o...  
14.Goto statement-loop control statement    • C programming-goto statement-loop con...  
15.Continue statement-loop control statement    • C programming-Continue statement-loop...  
16.Switch case.Break- Design Calculator    • C programming-Switch case:Break- Desi...  
17.String illustration    • C progragramming String illustration  
18.String How to copy string content to any other string using strcpy () function
   • C Programming : String :How to copy s...  
19. How to concatenate any two strings using strcat() function:   • C Programming : String Concatenation ...  
20.Compare two strings by using strcmp()
   • C Programming: String-Compare two str...  
21.How to find out length of string    • C Progamming : how to find out length...  
22. length of string by using strlen() fun    • C programming : length of string by u...  
23.Understanding gets and puts Function in string Program to print user entered string    • C Programming :Understanding gets and...  
24.Different string functions Reverse the string Convert it into different sentence case    • C Programming :Different string funct...  
25.Array: Single dimensional array:    • C Programming : Array: Single dimensi...  
26.Passing array to function:    • C Programming: Passing array to function  
27.Two dimensional Array:    • C Programming : Two dimensional Array  
28.Find largest value in given array :   • C Programming :find largest value in ...  
29.Copy the content of one array from another array:   • C Programming : Copy the content of o...  
30.Find out alternate element of array    • C programming: Array: find out altern...  
31.Pointer    • C Programming: Pointer  
32.Arrange array element in ascending order    • C Programming :Arrange array element ...  
33.Null pointer    • C Programming :Null pointer  
34. Find out LCM of two given integer    • C Programming :LCM: Find out LCM of t...  
35.To Pattern of half pyramid half pyramid    • C Programming : To Pattern of half py...  
36.Hollow mirror rhombus    • C Programming : Printing Pattern : Ho...  
37. Hollow right angle triangle    • C Programming : Printing Pattern: Hol...  
38.Hollow mirrored Rhombus pattern    • C Programming : Hollow mirrored Rhomb...  
39. Rhombus pattern    • C Programming : Rhombus pattern:Print...  
40.Functions    • C Programming: Functions  
41.Calling functions    • C Programming: Calling functions  
42.Print x pattern    • C Programming :Print x pattern  
43.Print + pattern    • C Programming : Print + pattern  
44.Inverted pyramid    • C Programming :Inverted pyramid:  How...  
45.Half diamond    • C Programming : Half diamond: How to ...  
46. Rectangle print by function    • C Programming : Rectangle print by fu...  
47. binary to decimal    • C Programming : Binary to Decimal  
48. Area of squares    • C Programming : Area of squares  
49. Fibonacci series    • C Programming  : Fibonacci series  
50. Power of integer    • C Programming : Power of integer  
51. Pointer to pointer    • C Programming : Pointer to pointer  
52. Reverse number    • C  programming : Reverse number  
53.scope variables    • C programming :Scope variables  
54.Pointer to array    • C Programming : Pointer to array  
55.Pointer arithmetic operations    • C Programming :Pointer arithmetic ope...  
56.Floyd's triangle    • C Programming :Floyd's triangle  
57.Structurehttps://youtu.be/0U9upelhhPs
58.Structure as a function argument    • C Programming structure as a function...  
59. Bubble sort algorithm    • C Programming : Bubble sort algorithm  
60.Linear search    • C Programming : Linear search  
61. Binary search    • C programming : Binary search  
62. getchar()& putchar()    • C programming  : getchar()& putchar()  
63.Recursion    • C Programming :  Recursion  
64.Hollow square pattern with diagonal    • C Programming :Hollow square pattern ...  
65.Accessing union member    • C Programming :Accessing union member  
66. Half Pyramid    • C Programming : Half Pyramid  
67.Rewind    • C Programming : Rewind  
68.Employee Record    • C Programming : Employee Record Program  
69.Simple and compound interest    • C Programming : Simple and compound i...  
70. ASCII Value    • C Programming : ASCII Value  
71.Accessing union member    • C Programming : Accessing union member  
72. Armstrong number    • C Programming : Armstrong number  
73. Files handling    • C Programming : Files handling  
74. Left arrow star pattern    • C Programming: Left arrow star pattern  
75.Leap year    • C Programming: Leap year  
76.Reverse the number palindrome condition    • C Programming: Reverse the number pal...  
77.typedef    • C Programming:  typedef  
78.ftell()    • C Programming : ftell()  
79.fseek function    • C Programming :fseek function  
80.Union    • C Programming : Union  
81.Macros    • C Programming : Macros  
82. fscanf and fprintf function    • C Programming : fscanf and fprintf fu...  
83.Find GCD    • C Programming : Find GCD