thanks very much sir .......jis trha ap sab students ki help krty hain Allah pak ap ko jaza e khair atta kren r ap ki har preshani door kren r ap ko r taraqi den Ameen
38 = Local 41:06 A variable declared inside a code block (such as within a function or a loop) becomes a local variable for that block. A local variable is only accessible within the block in which it is declared. Once the block is exited, the local variable is destroyed and cannot be accessed.
A variable defined outside the scope of all the functions is known as a global variable in C. The global variables have a global scope, hence these variables can be accessed and modified by any function, structure, or in any scope in C. Global variables are defined before the main() function.
7:45 the correct answer is while loop because infinite loop doesn't exist in c++ there only two main loop for loop and while loop all other loops are part of it like do while loop etc
like this comment so other can see this and correct their mistakes. Respected bro, there is some mistakes in this video. Here is the list 18:03 correct option is A not C because 6+27 = 33 . 20:14 Correct option is A. global out side of the block variable is Global not Local 29:25 correct open is infinite because there is no {} block only one line will keep execute. 37:55 Correct option is A not B , because x %=2 where x=7 the remainder will be 1 not 3; 38:34 Correct option is C. Because both languages are case sensitive c++ is object oriented language. 41:06 Correct option is A, inside a block the variable is a local variable not Global. 47:10 Correct option is C because (5+20-12/2*2)=(5+20-12)=(25-12)=13 . 49:21 Both option A and c are correct.
Sir myra Paper Hy soba mid ka tho ay mcqs dyk li Hy pas ho Jao ga kia mid term may Inn sir ki mcqd dyki Hy kia may pas ho Jao ga mid term may please tell me
the index of the last element of the array will be 1 less than the size of the array. On the right hand side, the values of the elements are shown in the memory
sir ap sy ak request hy plz programing ky seprate lectures bnaye ap bohat acha samjhaty hy ap programing krwaye gay ma juldi sekh jao gi.mujhy or kisi ki samjh nhi ati
Question 30 ko v explain kr dain q k lectures sy mjy jo smj ae usky mutabiq array jo hay us main pehli value 0 nmbr py store hoti es trha to abcd ka ans 3 hona chaheay na ???
Aslamualikum sir Q27 ma I think ap na glt elaborate kia counter variable ki Vale initialized 0 sa ki gae aur loop ma cout count jb kia ho phly 0 print hoga bd ma increment 01234 is the output
30:00 output will be 0 1 2 3 4
thanks very much sir .......jis trha ap sab students ki help krty hain Allah pak ap ko jaza e khair atta kren r ap ki har preshani door kren r ap ko r taraqi den Ameen
ameen. shukariya behan.
You right zainab and sir you deserve that✌️
@@aroonarslan977 I agree with Aroon
Assalamualaikum Sir, sir mid term ka tu important important question hei o zra share karde Kal hamara paper hei
@@KeytoSuccess4U Sir myra Paper Hy soba mid ka tho ay mcqs dyk li Hy pas ho Jao ga kia mid term may
Thanks sir je mjy is video sy bht help mili h
Share to others. JazakAllah behan
A-o-A sir g thank you so much .very good teaching method
Thanks sir
mashallah bht nic vedio sir
jazakAllah
jazakAllah sir g zabrdast
share to others. jazakAllah behan
@@KeytoSuccess4U sir cs601 k nhi asy quiz?
mashAllah awesome lectures jzakAllah.
Mashallah sir g jazak Allah zabardast sir g good method of teaching
great job sir bht acha hua grand quiz aj is vedio ki wajah se agr mgt503 ki bhi aisy hi vedio bna dety to ......
bhai time ni mila yar. share to others jazakAllah
@@KeytoSuccess4U its ok sir no issue
bht asha guide keya sir apne sir kuch din tk hmre cs201 ke grand quiz hone wale h ap plz ar es tarha ke videos share kare kindly
Sir your video is really helpful and better .
Glad to hear that beta
Nice video sir thanks for sharing this knowledge
Most welcome
Great Work,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
38 = Local 41:06
A variable declared inside a code block (such as within a function or a loop) becomes a local variable for that block. A local variable is only accessible within the block in which it is declared. Once the block is exited, the local variable is destroyed and cannot be accessed.
Allah apko iski jaza dey... Apko Duniya I akhirat me kambiyan ata farmae... Ap jese teachers ki hamein bht zroort hai... Shukriya ❤️...
Ameen
Kamal sir thank you so much
jazakAllah
Thanks for struggle. Sir g❤️❤️
Mashalllah very good work
Jazakallah brother
JazakAllah
Thnxx sir...very helpful video
So nice of you behan
Sir your videos are very helpful thank you so much
ماشاءاللہ کمال سر جی مزا آگیا۔۔۔۔۔۔۔۔۔پہلا چینل سرچ کیا مزا آگیا۔۔۔۔۔کوٸ اور سرچ کرنے کی ضرورت باقی نہیں رہی
thanks for 😊😊 vedio👍👍
Sir Very nice May Allah to succes u ameen
Thanks sir, it is very helpful for me.
Jazakallah Sir g
share to others.
A variable defined outside the scope of all the functions is known as a global variable in C. The global variables have a global scope, hence these variables can be accessed and modified by any function, structure, or in any scope in C. Global variables are defined before the main() function.
Thank you sooooooooooooo much respected Sir
sir amazing
Great Work Sir 👍
Is it helpful in current exam Dec midterm 2024
7:45 the correct answer is while loop because infinite loop doesn't exist in c++ there only two main loop for loop and while loop all other loops are part of it like do while loop etc
Yes correct 😊
very good from khairpur tamewali
good teacher
Thanks sir for helping us
share to others. jazakAllah behan
The variables which are declared inside the function, compound statement (or block) are called Local variables
thanks sir Allah bless you
share to others. jazakAllah
Asslam o Alikum sir
jo variable inside block declare hoty han wo (LCAL VARIABLE ) hoty han
and outside variable declare know as(GLOBAL VARIABLE)
amazing video it's useful thanks sir😊
MCQ no. 34 correct answer is "1" because the modulus of 7%2 is 1.
Thanx alot sir
So nice of you behan
Thank you 😊
Easy to understand
Simply gr8....
Sir
Thank you .
So nice of you, share to others. jazakAllah
Thank you so much for this helpful material 🙂😊😊😊
like this comment so other can see this and correct their mistakes.
Respected bro, there is some mistakes in this video. Here is the list
18:03 correct option is A not C because 6+27 = 33 .
20:14 Correct option is A. global out side of the block variable is Global not Local
29:25 correct open is infinite because there is no {} block only one line will keep execute.
37:55 Correct option is A not B , because x %=2 where x=7 the remainder will be 1 not 3;
38:34 Correct option is C. Because both languages are case sensitive c++ is object oriented language.
41:06 Correct option is A, inside a block the variable is a local variable not Global.
47:10 Correct option is C because (5+20-12/2*2)=(5+20-12)=(25-12)=13 .
49:21 Both option A and c are correct.
47:10
(5+20-12/2*2)
=(5+20-12/4)
=(5+20-3)
=(25-3)
=22 ( This is the correct solution)
According to BODMAS rule the answer is 13
ohh bhai 47.10 jou ha uska 22 ata becoz pehle multiply phr divide tb jaa ke substraction ya addition hoga
Sir myra Paper Hy soba mid ka tho ay mcqs dyk li Hy pas ho Jao ga kia mid term may
Inn sir ki mcqd dyki Hy kia may pas ho Jao ga mid term may please tell me
Thanks a lot sir
Helpful😇
question no 14 answer is 33 reason let to right ma divide pehly ha then multiply
Good effort.....
Keep it up ✨
Thank you sir
So nice of you. share to others. jazakAllah
Thanks sir
38:44 object oriented language
Tnx Sir
So nice of you
In the 34 mcq the right option is 1 because 7%2=1
In the 35 mcq the right option is object oriented because C++ is an Object Oriented Language
8:04 6th question answer will be while loop
Thanks
question 34 1 is correct answer bcz % mn remaider answer hota hn
The variables declared outside any function are called global variables.
question no 14 answer should be 33,as from left to right first divide then multiple,please sir guide
Yes correct ans is 33
Sir plz final term kelye bhi video bnain.
the index of the last element of the array will be 1 less than the size of the
array. On the right hand side, the values of the elements are shown in the memory
Qno.14 answer is (A)
Exactly... We have to solve div then multi then sub then add
Sir iska 2nd part show nhi hai?
sir ap sy ak request hy plz programing ky seprate lectures bnaye ap bohat acha samjhaty hy ap programing krwaye gay ma juldi sekh jao gi.mujhy or kisi ki samjh nhi ati
Good Effort, but answer of question number 14 should be 33, i think.
divison is on the left and multiplication is on the right hence we should perform division first with ans 9 then multiplication ans 27 plus 6 ans 33
👍
Question 14 is wrong
Correct answer is 33
Ar 18:01
Q 38 ka ans hai local variable hai
sir mth 601,603,621,622 aur cs 402 ki b grand quiz ki preparation karwain.thanks
behan math ni ati mugy. Share to others jazakAllah
41:06 answer is Local
40:46 correct answer is local....
Question 30 ko v explain kr dain q k lectures sy mjy jo smj ae usky mutabiq array jo hay us main pehli value 0 nmbr py store hoti es trha to abcd ka ans 3 hona chaheay na ???
listen care fully. share to others. jazakAllah
Bhai ismay char array ki bt ho rahi
Sir 14 ka ans 33 ni ayga?? Plz explain pehly taqseem phir multiply r fir jama hoga
behan if you face any prob send me alert at whatsapp 0301-6852116. share to others. jazakAllah
Excellent but bro. Ap global variable or local variable mix kr gaye dono ult bataye
17:57 correct answer 33
Sir plz plz plz cs201 k short questions ki b ak video bna dn plz
Question no 27 the answer will be 1 2 3 4 because counter
Right 👍
Mcqs 24 ka correct answer n dimensions hai..not (n+1 )dimension
Local variable is declare inside the code block not global variable
sir g mgt211 ke video bna dain pla ap ke video hmry ly bhoot helpful ha
ay gi behan inshaAllah soon. share to others. jazakAllah
ok g thanx
Q17 A2
Sir myra Paper Hy soba mid ka tho at mcqs dyk li Hy pas ho Jao ga kia mid term may
Sir plz eng101 ke imp mcqs b bata de,or apne dosre channel ke link b de da
try to make behan, Share to others. jazakAllah
ques 17 answel r golabal var
Question No. 37 . teacheronline will be stored in string data type , ⭕⭕⭕not char
Aslamualikum sir Q27 ma I think ap na glt elaborate kia counter variable ki Vale initialized 0 sa ki gae aur loop ma cout count jb kia ho phly 0 print hoga bd ma increment
01234 is the output
question 17 outiside the code is global variable
cs101 ki b bana dy plz
eng101 ki b
try to make bhai
Sir kindly ye left to right arithmetics wala thora samja dain mjy confusion hore hy??
behan listen it again. share to others. jazakAllah
Sir agar hum kisi majboori ki wja sy study na kar paen to kia is video ko dekh k hi kam chal jae ga kia???
ni karny hain bhai wanra fial ho jao gyl.
Sir mgt211 ki preparation kay liy bi is terhan ki video bna lain boht help ho gi
g behan inshaAllah soon ay gi. share to others. jazakAllah
sir Question no 12 answer maybe do while loop because it can execute at least once
qu 24 n dimestion correct answer
question no 17 correct option is global variable
sir cs610 k b uoload kr dyn .its grand quiz date is 29 july 2020.
g behan try karon ga. share to others. jazakAllah
Sir,
(, !=, >=) these are relational operators.
[AND(&&), OR(ll), NOT(!) ] these are logical operators.
(, ^, ~, &) are bitwise operators
Sir cs615 k koi quies ni bnaye
Sir 24 hour channel pr lecture complete kr dain
I will try my best. share to others jazakAllah
aoa sir g cs402 ky grand quiz bi upload kr dy plz
time mila to bhai video bana don ga. share to others. jazakAllah
@@KeytoSuccess4U sir g kal paper ha
@@KeytoSuccess4U sata 301 ky bi upload kr dy bna ky grand quiz
local r global variables ulty btay apny asy ku? local inaide hoty r global outside hty plz ye confusion thk krdyn mri😢
main bi galti kar sakta hon behan ap correct kar lain. Share to others jazakAllah
sorry sir plz mind ni krna asy hi poch lia tha confusion me😊