Get ready for top companies with our placement-ready C Programming full course on TechVidvan: techvidvan.com/courses/c-programming-course-hindi/?campaign=ytcd&ref=1374 Apart from structured learning, you will get: - Study Material - Notes - Practical Codes - Quizzes & Tests - Interview Questions - Real-time Projects - Videos in Sequential Order - Video Playlist - Roadmap to get job - Job updates - Industry-recognized Certificate In case of any queries, please contact us on 8451097879 / info@techvidvan.com
Sir ,when u first explained octal u calculated like this 12 is the octal number and the base is 8 so the math goes like this 2 x 8 to the power 0 = 2 and 1x8 to the power 2 and u got 16 total = 18, and then the second time you explained the octal it was like : 2x8 to the power 0 = 2 and 1x8 to the power 1 = 10, I guess is a mistake? it actually happened on the octal + hexademical question. hope u can clarify and I've been really enjoying ur teaching so far, thank you!!
Get ready for top companies with our placement-ready C Programming full course on TechVidvan: techvidvan.com/courses/c-programming-course-hindi/?campaign=ytcd&ref=1374
Apart from structured learning, you will get:
- Study Material
- Notes
- Practical Codes
- Quizzes & Tests
- Interview Questions
- Real-time Projects
- Videos in Sequential Order
- Video Playlist
- Roadmap to get job
- Job updates
- Industry-recognized Certificate
In case of any queries, please contact us on 8451097879 / info@techvidvan.com
Amazing Concept
octal =(0-7)and have base 8
decimal=( 0-9) and 10 base
hexadecimal=(0-15)and 15 base 0 to 9 and 10 =A 11=b and ..15=f
We can use int in c language by 3 types
decimal
octal
hexadecimal
Good knowledge
Sir ,when u first explained octal u calculated like this 12 is the octal number and the base is 8 so the math goes like this 2 x 8 to the power 0 = 2 and 1x8 to the power 2 and u got 16 total = 18, and then the second time you explained the octal it was like : 2x8 to the power 0 = 2 and 1x8 to the power 1 = 10, I guess is a mistake? it actually happened on the octal + hexademical question. hope u can clarify and I've been really enjoying ur teaching so far, thank you!!
012= 2 * 8 to power 0 + 1*8 to power 1 is correct method 2 + 8=10 is correct method
but i need practice sir
a=0*DAD
ke program me error arha hai sir
but sir ager int a=013 hi printk
karana h to kya karenge sir
i also want to know
Sir last question ka answer 3328 aa rha h kya ye sahi h