C++ Programme which accept temperature in Farenheit and print it in centigrade, c++ programming language ,C++ लैंग्वेज एक प्रोग्रामिंग लैंग्वेज है जिसका यूज़ करके हम एप्लीकेशन बना सकते है. इस यूनिक्स ऑपरेटिंग सिस्टम को दुबारा लिखने के लिए develop किया गया था क्योकि यूनिक्स ऑपरेटिंग सिस्टम (Unix Oprating Sysytem) को B लैंग्वेज में लिखा गया था
आज आप इस पोस्ट में C++ के बारे में और उसके प्रोग्राम को पड़ सकते है. और देख सकते है.
C++ एक मिड लेवल लैंग्वेज है जो की लौ लेवल और हाई लेवल लैंग्वेज दोनों पर ही कार्य करती है.
C++ में आप प्रोग्राम को सीखकर बढ़िया सॉफ्टवेयर , एप्लीकेशन आदि बना सकते है इस पोस्ट में आप ज्यादातर प्रोग्राम को देख सकते है.
C++ लैंग्वेज ज्यादा यूज़ किये जाने वाली लैंग्वेज है.
#include<iostream>
using namespace std;
Int main();
{
float F,C;
cout<< “\nEnter temperature in Farenheit : “;
cin>>F;
c=5*(F-32)/9;
cout<<”Temperature in celcius is : “<<C;
return 0;
}
Output:-
Enter temperature in Farenheit : 98.6
Temperature in celcius is : 37
write a program to add two numbers in java
C++ Programme which accept temperature in Farenheit and print it in centigrade,C++ Programming Language Print HELLO WORLD,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++ PROGRAM’S
C ++ Program Accept Two Numbers and Print their Sum, C ++ Programming Language, C ++ Language is a programming language that we can make applications by using. This unix operating system was developed for re -writing because the Unix Oprating Sysytem was written in B Language
Today you can get more about C ++ in this post and its programs. And can see.
C ++ is a mid -level language that works on both flame level and high level language.
In C ++, you can make good software, applications etc. by learning the program, you can see most of the programs in this post.