Sir ji sql ka 1 question hai.... Field create karni hai hame ID, Name, Address, long, Date... Aab table kese create karu yaha error aa rahi hai As it is print kese Kare?
@@LearnCodingOfficialsir jo appne bola hai ki function use Karo ok par recursion vala point Doda confused hu matlab malum hai kya hota hai par logic bana ne me samj nahi araha
#include int main() { try { int a = 10; int b = 0; int c; if (b == 0) { throw std::runtime_error("Division by zero is not allowed."); } c = a / b; // Rest of the code if no exception occurs std::cout
@@mayankraj8317 Yes you are right, Just interchange the value of a and b ,a=0,and b=10 then its works correctly. int result = 10 / 0; // This could result in a division by zero error int result = 0 / 10; // This will result in 'result' being assigned the value 0. Your point clear ??
1:19 kya talent hai boy se boy ka face😂😂
😂😂
1:10 😱😱😱😱
everything is temporary but Ankush and Akhilesh is permanent
Also Angit
Sir ke bacche hai shayad 😊
int main(){
int a = 10, b = 2;
try{
if(b == 0){
throw invalid_argument("not devide");
}
int res = a/b;
cout
Thank you sir ❤
You explain very good❤
I understand your explanation very well
Your every video helps me in my exams.
Sir you deserve millions of views 💖
Ok subscribe pls
Yes you are right
real
Sir ji ye exception handling kuch smj nhj aya h definition yadd ho gya h but program smj nhi aya h
Muje bhi
Mujhe bhi 🥲😭
Muje bhi
Mujhe bhi
Han utna achhe se smajh nhi aaya
ohh ky mast draw kiya hai sir.....face of boy
Hii
My self ankush 😂
#02:02 Akhilesh being Ghajini 😂😂😂
Very well explained
Thank you so much
ua-cam.com/users/shortsv9qseovTcuo?feature=share🥺
Sir Error Handling And Expection Handling Ak hi h kya
yes
Error handling they are work in c++,but exception handling are work in mainly java.
Yes
Sir g machine or assembly language bhi samjha dein kal paper ha
Sir i requested tally basic all concept you pls upload karo
Sir ji sql ka 1 question hai....
Field create karni hai hame ID, Name, Address, long, Date...
Aab table kese create karu yaha error aa rahi hai
As it is print kese Kare?
Hello sir ji ,keso ho.....😁😊
unexpected skecth
Accounting ka v video banaye plzz
bro he is an engineer >_
Your every explanation is explicit but this time is implicit..you must had to take the last example first to make understand better.
🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
aaj exam hai or mai yahi se taiyaari kar raha ha hu...
Theory ki...
Sir notes provide kra do 👍
Ok😊 subscribe pls
Sir baqi sb concept apki video sy smjh aty ya Wala Thora simple kr k smjhain plz
😊
Sir why we are using run time error??
Tommorow 😊
Sir last wala nai Ara karne aap karrao na try catch throw ka plz😢😮
3:12 no insect was harmed during the make of this video...
Lol😂
Today is my exam 😢😢
Cdlu University
Kaisa raha dost paper😅
Best of luck ❤
1:19 Bhai mtlb ........ Y kya tha ?? 😂😂😂
Bhai tu boy so boy bana rha hai....
Waah 😂😂
Ab girl se girl bana ke dikha bhai 😂
Sir vi boy likh k face banate hai , mai vi school me aise hi krta tha 🙂
😎😎😎
Sir ye exception handling kuch samaj nahi aaraha he thoda simple and short example leke samjhaye please
Sorry and thanks
Sorry Why?
Sir invalid was not declared in this scope error aa raha hai
Harek video ma ankush aata hai 😂😅
Yes... Ankush hmara dost aur bhai dono h😊❤️
How to download pdf notes in your linked in account
Just click on pdf then at top of right side you will find over download option to download the pdf.🙂
Tomorrow is my exam
But not mine 💪🏻
Same
😒
kea hua
@@emamesa5102ni ptegi
Sir soory but ye aapki phli video h jo blkul smaj me nhi aayi😢
Why? Koi doubts hai to puche .😊
@@LearnCodingOfficialsir jo appne bola hai ki function use Karo ok par recursion vala point Doda confused hu matlab malum hai kya hota hai par logic bana ne me samj nahi araha
Bhai padhate padhate pen se hugne ku lgte ho
#include
int main() {
try {
int a = 10;
int b = 0;
int c;
if (b == 0) {
throw std::runtime_error("Division by zero is not allowed.");
}
c = a / b;
// Rest of the code if no exception occurs
std::cout
#include
#include
using namespace std;
int main ()
{
try{
int a=10,b=0;
int c= a/b;
if(c==0 ){
throw runtime_error("invalid error");
}
else {
cout
It not worked
@@mayankraj8317 Yes you are right, Just interchange the value of a and b ,a=0,and b=10 then its works correctly.
int result = 10 / 0; // This could result in a division by zero error
int result = 0 / 10; // This will result in 'result' being assigned the value 0.
Your point clear ??
@@_toxic0 it means that actually value of a, here is 0 and that of b is 10
@@_toxic0 that is sir had to put the value of a as 0 and that of b as 10
@@_toxic0 hello friend I have done this using a=0 and b=10 then I got the output 0
Sir explaination is not good
Ok Amina accepting... we'll continuesly trying to improve the things more batter.🙂🤗
ooook
#include
#include
using namespace std;
main()
{
double bal=1000.0;
try{
double amt;
//Deposit
cout