C++ Programe to Calculate area of circle

0 comments
C++ Programe to Calculate area of circle

C++ Programe to Calculate area of circle,c programming language, c++ programming,code with c, learn c programming, c++ programming language ,C++ लैंग्वेज एक प्रोग्रामिंग लैंग्वेज है जिसका यूज़ करके हम एप्लीकेशन बना सकते है. इस यूनिक्स ऑपरेटिंग सिस्टम को दुबारा  लिखने के लिए develop किया गया था क्योकि यूनिक्स ऑपरेटिंग सिस्टम  (Unix Oprating Sysytem) को B लैंग्वेज में लिखा गया था

आज आप इस पोस्ट में C++ के बारे में और उसके प्रोग्राम को पड़ सकते है. और देख सकते है.

C++ एक मिड लेवल लैंग्वेज है जो की लौ लेवल और हाई लेवल लैंग्वेज दोनों पर ही कार्य करती है.

banner

C++ में आप प्रोग्राम को सीखकर बढ़िया सॉफ्टवेयर , एप्लीकेशन आदि बना सकते है इस पोस्ट में आप ज्यादातर प्रोग्राम को देख सकते है.

C++ लैंग्वेज ज्यादा यूज़ किये जाने वाली लैंग्वेज है.  

C++ Programe to Calculate area of circle

. Program to Calculate area of circle

#include<iostream>

using namespace std;

int main()

{

        float r,area;

        cout<< “\nEnter radius of circle : “;

        cin>>r;

        area = 3.14*r*r;

        cout<<”Area of circle : “<area;

        return 0;

}

Output

Enter radius of circle : 7

Area of circle :153.86

C++ Programe to Calculate area of circle,c programming language, c++ programming,code with c, learn c programming,

c programming tutorial, learn c++,c++ for beginners, c++ programming language, c++ language pdf,hello world program in c,

C++ Programe to Calculate area of circle,c programming language, c++ programming,code with c, learn c programming, c++ programming language ,C++ लैंग्वेज एक प्रोग्रामिंग लैंग्वेज है जिसका यूज़ करके हम एप्लीकेशन बना सकते है. इस यूनिक्स ऑपरेटिंग सिस्टम को दुबारा  लिखने के लिए develop किया गया था क्योकि यूनिक्स ऑपरेटिंग सिस्टम  (Unix Oprating Sysytem) को B लैंग्वेज में लिखा गया था

आज आप इस पोस्ट में C++ के बारे में और उसके प्रोग्राम को पड़ सकते है. और देख सकते है.

C++ एक मिड लेवल लैंग्वेज है जो की लौ लेवल और हाई लेवल लैंग्वेज दोनों पर ही कार्य करती है.

C++ में आप प्रोग्राम को सीखकर बढ़िया सॉफ्टवेयर , एप्लीकेशन आदि बना सकते है इस पोस्ट में आप ज्यादातर प्रोग्राम को देख सकते है.

C++ लैंग्वेज ज्यादा यूज़ किये जाने वाली लैंग्वेज है.

You may also like

Leave a Comment

currentquestionlogoo

Currentquestion is the Best Education and Article Website.

The only objective of this website is that every student gets good education and students can see and download the student question answer and pdf from this website.

Currentquestion!

Edtior's Picks

Latest Articles

©2023. All Right Reserved. Currentquestion

Current Affairs, Raj. GK, PDF Download,

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More

Privacy & Cookies Policy