so to get the 3.0 output here is my code #include using namespace std; #include int main(){ int i = 3.14; double pi = i; cout
@ajaykulkarni58612 жыл бұрын
thanks you...for this code
@GauravKumar-pg5lq5 ай бұрын
What was the function of adding #include..?
@badreddinegacem2 жыл бұрын
To show one digit after decimal point, add this line king! std::cout
@gayanivishara8352 жыл бұрын
Thanks🫶
@dayyalaravi4996 Жыл бұрын
your lectures are very helpful in cracking the HCL interview, thank you sir
@ramnaresh_83 жыл бұрын
Loved the aesthetic sound of the logo in beginning...
@60millionzone213 жыл бұрын
Very nice video sir.... But sir i need your help please suggest me which language I have to chhose after completing c language - Java Or C++
@colcum.36283 ай бұрын
to get 3.0 or 3.00 use std::cout
@hrdyasham73303 жыл бұрын
( std::cout
@wordslivelonger3 жыл бұрын
Please upload more c++ tutorial as we are following your tutorials..
@SUMANKUMAR-cs5bk3 жыл бұрын
Thanks sir from deep of my heart for the lecture........it seem that you have increased the frequency of videos.......plzz upload all the lectures till September 🙏
@shreyasingh2223 жыл бұрын
Thank you sir for great explanation...
@hrdyasham73303 жыл бұрын
Sir please upload video daily 🙏🏻m completely dependent on your video...can understand that it takes time n efforts to make one..but please sir...and thank you so much 🙏🏻❤️
@kumaramarthaluru83493 жыл бұрын
Bro....when r u going to python and web development? Really learning a lot from u guys
@dipeshsamrawat79573 жыл бұрын
I love Neso Academy 💝.
@amichair2 жыл бұрын
So using the word sir is common in India and surrounding countries?
@apoorvakhare42762 жыл бұрын
Amazing explanation 👏
@UmeshSingh-qh8be3 жыл бұрын
great Sir....
@roshanzameer19982 жыл бұрын
Just great. Thank you sir . Best explantion.
@ramnaresh_83 жыл бұрын
Sir make a video on how to debug code of c++ in vs code line by line tracing, with setup instructions.
@kartikkalani84392 жыл бұрын
Thank you sir
@iancyrusamparado97423 жыл бұрын
Well explained, I love it❤
@jatinkhanna6681 Жыл бұрын
Sir I have Tried the Program and The results are as per expectation, Please Review The Same, Thanks: #include #include using namespace std; int main() { bool b = 35; // 0 is false and 1 is true cout
@mudasarali24792 жыл бұрын
Impressive video Sir 👍 ❤️
@rabiumuhammedeffect4232 жыл бұрын
can I type cast a method's parameter?
@sudhanshupandey47073 жыл бұрын
Sir plss upload videos daily
@KhushiJain-zr8du2 жыл бұрын
Sir please tell the code to get 3.0
@ROYSJOURNEY2 жыл бұрын
using namespace std; #include int main() { bool b = 35; cout
@TheChazzyC5 ай бұрын
wtf?? I was just doing this homework right now.. Spooked the hell out of me.
@tesfayebegashaw462 жыл бұрын
thank you siir
@DevanshiXavier9 ай бұрын
sir, i am getting only 3 for double and nothing is printed for char? why is this the case?? i am using code blocks.
@alihaidar98762 жыл бұрын
Thankyou sir
@DalandanRealАй бұрын
I think this code is obsolete or outdated the output is different but the code is the same 2024