Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
Program in C and C++ to Convert Octal to Decimal number Using recursive function C P…
Print following pattern 5 4 3 2 1 5 4 3 2 …
Print following pattern 5 4 5 3 4 5 2 3 4 5 1 2 3 4 5 # include < stdio.h &…
Print following pattern 1 2 3 4 5 2 3 4 5 3 …
Print following pattern # include < stdio.h > # include < conio.h > int …
Print following pattern 1 0 0 1 1 1 0 0 0 0 1 1 1 1 1 # include < stdio.h >…
Print following pattern 5 5 5 5 5 4 4 4 4 3 3 3 2 2 1 # include < stdio.h &g…
Print following pattern 1 2 3 4 5 1 2 3 4 1 2 3 1 2 1 # include < stdio.…
5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 #include<stdio.h> #include<conio.h> …
1 2 3 4 5 2 3 4 5 3 4 5 4 5 5 #include<stdio.h> #include<conio.h> …
1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 #include<stdio.h> #include<conio.h> …