Home Programming Practice

Programming Practice

Program to find greatest of two numbers in c in hindi

Program to find greatest of two numbers in c in Hindi.

दी गई दो संख्याओं में से सबसे बड़ी संख्या ज्ञात करने के लिए C प्रोग्राम की चर्चा यहाँ की गई है। उपयोगकर्ता से दो...
Program to assign values of two numbers and print their addition

Program to assign values of two numbers and print their addition.

In this program we will learn how we can add two digits using C programming, for this we will first get the user to...
C Program to calculate Area and Circumference of Circle

C Program to calculate Area and Circumference of Circle sirfpadhai

C Program to calculate Area and Circumference of Circle sirfpadhaiयहां हम एक साधारण सी प्रोग्राम लिख रहे हैं जो उपयोगकर्ता द्वारा प्रदान किए गए...
Fibonacci series program in java

Fibonacci series program in Java

What is the Fibonacci series?A Fibonacci series is a set of numbers where, starting with the third number, each number is the sum of...
simple interest program in c

simple interest program in c in hindi |Program to find the simple interest

simple interest program in c in hindiExplanationसाधारण ब्याज बैंकिंग और आर्थिक क्षेत्रों में ऋण पर ब्याज शुल्क की गणना के लिए उपयोग की जाने...
Prime Number Program in Java

Prime Number Program in Java | Write a program to print Prime Number Program...

write a program to print Prime Number Program in Java.import java.util.Scanner;public class Prime { public static void main(String args) { int num,i,count=0; System.out.println("Enter a number: "); Scanner enter = new...
reverse string python

Reverse string in python | Syntax for reverse() List Method in Python.

Python - reversereverse() method is used to reverse the given list.Flowchart:-Syntax for reverse() List Method in Pythonlist.reverse()Parameter : There is no parameter for reverse()...
Fibonacci series program in c

write a program to print the Fibonacci series in c. |Fibonacci series program in...

write a program to print the Fibonacci series in c.In this program, we will learn how to print the Fibonacci series between 1 to...
program in C to check given no is leap year or not in Hindi

leap year condition in Hindi |Write a program in C to check given no...

इस पोस्ट में, आप सी में अलग-अलग तरीकों से सीखेंगे, कि यह जांचने के लिए कि कोई विशेष वर्ष लीप वर्ष है या नहीं।एक...
operator overloading in c++ full details

operator overloading in c++ example in hindi | operator overloading in c++ full details.

Operator overloading in C++ऑपरेटर ओवरलोडिंग एक संकलन-समय बहुरूपता है जिसमें उपयोगकर्ता द्वारा परिभाषित डेटा प्रकार को विशेष अर्थ प्रदान करने के लिए ऑपरेटर को...