23/12/2024
https://www.youtube.com/shorts/UzhAFQd-4ng
C output #cprogramminginhindi Guess the output int i, sum=0;for (i=0 ; i !=5 ; i++) ; sum=sum+i;printf(ā%dā,sum);
Providing Academic and Professional Guidance in the field of Computer Science and Operations .
worked as teacher in renowned schools & competetive exam Coaching. Currently teaching in a CBSE school and guiding students in Computer Science for board exam.
23/12/2024
https://www.youtube.com/shorts/UzhAFQd-4ng
C output #cprogramminginhindi Guess the output int i, sum=0;for (i=0 ; i !=5 ; i++) ; sum=sum+i;printf(ā%dā,sum);
25/06/2024
Excel Quiz . Subscribe the channel and answer some of the basic questions on MS-Excel
01/03/2024
15/02/2024
https://www.youtube.com/shorts/0HacoFk4fnE
Data Science in Hindi #Datascience #CBSE #artificialintelligence
28/08/2021
FIRST LEARN THEN PAY ! Special Online Computer Classes for everyone . Fees will be charged after every month of completion of classes only if you feel benefitted ! Looking forward to have a great learning !
19/07/2021
Class IX AI https://www.youtube.com/watch?v=C5MLO97McXU
Artificial Intelligence Teachable Machine Activity CBSE Students of class IX CBSE board demonstrating the AI based activity on Teachable machine by Google.(Music : from Youtube audio library -Subway dreams by Dan...
24/09/2020
Online Quiz on Artificial Intelligence
Online Quiz on Artificial Intelligence ARTIFICIAL INTELLIGENCE subject has been introduced in the syllabus of CBSE as a Skill Language. To check the understanding of the topics taught and to prepa...
20/02/2019
Concepts of Computer Part 1 Tutorial of Basics of Computer in Hindi and English for beginners, School students, O Level, CCC students. Learn how to define Computer and different parts o...
28/06/2017
C basic
What is the use of '%d' in a scanf statement? Sumonto Guha's answer: %d implies that the input has to be converted into integer format or in simple word, input has to be stored in (the address of integer ) variable. Hence, the statement would be int num; scanf(ā%dā, & num);
22/06/2017
Why do all prefer the C language more than other languages? Sumonto Guha's answer: C language is good for those who wants to learn programming as it gives more flexibility to try out various ways to solve a given problem. One can make his own functions without using the library functions. But to say that all prefer C language, would not be correct as ever...