Lecture By Vikas Kumar
Lecture By Vikas Kumar
  • Видео 271
  • Просмотров 161 971
If-else Statement in C Language |Decision Control Statements |C Programming Tutorials
In this video, we dive deep into the if-else statement in C programming. You'll learn how to make decisions in your code using conditional statements, allowing you to control the flow of your program based on logical conditions. Whether you're a beginner or looking to brush up on your C skills, this tutorial will guide you through various examples, explaining the syntax and usage in detail.
What you’ll learn:
The basic syntax of the if-else statement
How to structure simple and nested if-else conditions
Real-world examples to understand its practical use
Common pitfalls and how to avoid them
By the end of this video, you'll have a solid understanding of how to implement conditional logic in C, ...
Просмотров: 10

Видео

If Statement in C Programming | Condition Control Statement and Types |C Programming Tutorials
Просмотров 202 часа назад
In this video, we explore the core concept of condition control statements in programming. Learn how to use if, else if, else, and switch statements to control the flow of your code based on specific conditions. Perfect for beginners looking to strengthen their understanding of decision-making in coding! Topics Covered: What are condition control statements? How to use the if statement Implemen...
Increment& Decrement operators in C Language | Operators in C Language in Hindi
Просмотров 219 часов назад
In this video, we dive deep into The increment ( ) and decrement ( ) operators in programming. These operators are essential for simplifying code and improving efficiency when working with variables. We’ll cover how they work, their usage in different programming languages like C, C , Java, and Python, and how to apply them in your projects. Watch to learn: - What are increment and decrement op...
Bitwise Shift Operators in C Language |Operators in c Language -Part 3 | Left shift and Right shift
Просмотров 199 часов назад
In this video, we explore Bitwise Operators in programming, covering how they work and how they can be used to manipulate binary data efficiently. Learn about AND, OR, XOR, NOT, and shift operators with examples in different programming languages like Python, C, and Java. Bitwise operations are essential for tasks like optimization, cryptography, and low-level data manipulation. Watch the full ...
Bitwise Operators in C Language | Operators in C Language in Hindi | Part -2
Просмотров 2112 часов назад
In this video, we explore Bitwise Operators in programming, covering how they work and how they can be used to manipulate binary data efficiently. Learn about AND, OR, XOR, NOT, and shift operators with examples in different programming languages like Python, C, and Java. Bitwise operations are essential for tasks like optimization, cryptography, and low-level data manipulation. Watch the full ...
Introduction to linked List in Data structure |Linked list Basic concept in Hindi and its Type
Просмотров 3016 часов назад
In this video, we will dive deep into the concept of a Linked List, one of the most fundamental data structures in computer science. You will learn what a linked list is, how it works, and its various types, including Singly Linked Lists and Doubly Linked Lists. We will also explore common operations like insertion, deletion, and traversal with hands-on coding examples to help solidify your und...
Bitwise Operators in C Programming |Operator in C Programming Language in Hindi
Просмотров 2716 часов назад
In this video, we dive into the world of bitwise operators, an essential tool for performing operations at the binary level. Bitwise operators allow you to manipulate individual bits of data, which is crucial for optimizing performance and working with low-level programming tasks. ruclips.net/video/x7ISRFtGZxA/видео.html ruclips.net/video/Z93scvvA7Q4/видео.html ruclips.net/video/vEU-74CYsPs/вид...
Logical Operators in C Programming | Operators in C Programming Language in Hindi |
Просмотров 2316 часов назад
In this video, we explore the concept of logical operators, which are fundamental in programming and mathematics. Logical operators such as AND, OR, NOT, and XOR allow us to evaluate conditions and make decisions based on multiple criteria. Whether you're a beginner or looking to brush up on your programming skills, this video will give you a clear understanding of how to use logical operators ...
Difference between malloc and Calloc Function in C Language | Dynamic memory allocation in C Hindi
Просмотров 3321 час назад
In this video, we dive into the key differences between malloc and calloc in C programming. Both functions are used for dynamic memory allocation, but they have distinct behaviors. We’ll explore their syntax, initialization differences, memory allocation process, and when to use each one. malloc: Allocates memory but doesn't initialize it. calloc: Allocates memory and initializes it to zero. By...
Calloc Function in C Language Basic Concept | Dynamic memory allocation in C Language hindi
Просмотров 1321 час назад
In this video, we explore the calloc function, a critical tool for dynamic memory allocation in C programming. Learn how calloc works, how it differs from malloc, and when you should use it in your code. We’ll go through the syntax, demonstrate with practical examples, and explain common pitfalls to avoid. Whether you’re a beginner or an intermediate programmer, this video will help you get a s...
Malloc function in C Language | Dynamic Memory Allocation in c Language Hindi|
Просмотров 1221 час назад
In this video, we dive deep into the malloc function, a key component of dynamic memory management in C programming. Learn how to use malloc to allocate memory at runtime, understand its syntax, and explore its importance in managing memory efficiently. We’ll cover: What malloc does and how it works. Syntax of the malloc function. How to allocate and free memory with malloc and free. Common pit...
Dynamic memory allocation in C Language | Introduction to dynamic memory allocation in C Hindi
Просмотров 1121 час назад
In this video, we dive deep into the concept of dynamic memory allocation in C programming. Learn how to manage memory efficiently using functions like malloc(), calloc(), realloc(), and free(). We explain how dynamic memory allocation allows you to allocate memory at runtime, making your programs more flexible and scalable. Key Topics Covered: What is dynamic memory allocation? The difference ...
Relation Operator in C Language |Operator in C Language in Hindi
Просмотров 2121 час назад
In this video, we explore Relational Operators-a key concept in programming that allows you to compare values and make decisions based on those comparisons. ruclips.net/video/x7ISRFtGZxA/видео.html ruclips.net/video/Z93scvvA7Q4/видео.html ruclips.net/video/vEU-74CYsPs/видео.html ruclips.net/video/-McWleT1px0/видео.html ruclips.net/video/prwRQr4Knwc/видео.html ruclips.net/video/ECYoMZRvFFY/видео...
Assignment Operator in C Language | Operators in C Language in Hindi
Просмотров 3921 час назад
In this video, we’ll dive into the concept of the Assignment Operator in programming! Whether you're a beginner or just looking to refresh your understanding, this video covers everything you need to know. ruclips.net/video/x7ISRFtGZxA/видео.html ruclips.net/video/Z93scvvA7Q4/видео.html ruclips.net/video/vEU-74CYsPs/видео.html ruclips.net/video/-McWleT1px0/видео.html ruclips.net/video/prwRQr4Kn...
Arithmetic Operators in C Language Basic concept in Hindi | C Programming Operators in Hindi
Просмотров 7221 час назад
Arithmetic Operators in C Language Basic concept in Hindi | C Programming Operators in Hindi
Operator in C Language | Types of operator | Unary ,Binary& Ternary Operators C language in Hindi
Просмотров 1021 час назад
Operator in C Language | Types of operator | Unary ,Binary& Ternary Operators C language in Hindi
Alpha Beta Pruning in Artificial intelligence |Alpha Beta pruning with Example in Hindi
Просмотров 19День назад
Alpha Beta Pruning in Artificial intelligence |Alpha Beta pruning with Example in Hindi
Minimax Algorithm in Artificial intelligence | Minimax Algorithm in Game Playing with Example
Просмотров 13День назад
Minimax Algorithm in Artificial intelligence | Minimax Algorithm in Game Playing with Example
Adversarial Search in AI | Game playing in AI | Artificial intelligence | Machine learning
Просмотров 21День назад
Adversarial Search in AI | Game playing in AI | Artificial intelligence | Machine learning
Artificial Intelligence Agent and its Types | Different types of Artificial Intelligence Agent
Просмотров 4021 день назад
Artificial Intelligence Agent and its Types | Different types of Artificial Intelligence Agent
Types of Artificial Intelligence in Hindi | Artificial Intelligence type
Просмотров 2021 день назад
Types of Artificial Intelligence in Hindi | Artificial Intelligence type
Introduction to Artificial Intelligence | What is Artificial intelligence in simple words Hindi
Просмотров 721 день назад
Introduction to Artificial Intelligence | What is Artificial intelligence in simple words Hindi
Insertion Operation in Circular Queue|Circular queue Using Array | Data Structure Lecture in Hindi |
Просмотров 2021 день назад
Insertion Operation in Circular Queue|Circular queue Using Array | Data Structure Lecture in Hindi |
Circular Queue deletion | Circular Queue in data structure in Hindi | Operation on Circular Queue
Просмотров 1721 день назад
Circular Queue deletion | Circular Queue in data structure in Hindi | Operation on Circular Queue
Circular Queue introduction | Circular Queue in Data Structure | Circular Queue using Arrays in C |
Просмотров 2421 день назад
Circular Queue introduction | Circular Queue in Data Structure | Circular Queue using Arrays in C |
Artificial intelligence applications | Real example of Artificial intelligence tutorial in Hindi
Просмотров 79Месяц назад
Artificial intelligence applications | Real example of Artificial intelligence tutorial in Hindi
Types of Artificial Intelligence |Weak AI | Strong AI| Artificial Intelligence Notes hindi
Просмотров 36Месяц назад
Types of Artificial Intelligence |Weak AI | Strong AI| Artificial Intelligence Notes hindi
What is Artificial Intelligence | Artificial Intelligence tutorial Hindi | semester Exams 2024
Просмотров 101Месяц назад
What is Artificial Intelligence | Artificial Intelligence tutorial Hindi | semester Exams 2024
Accenture Job for Fresher 2024| System and Application Services Accociate
Просмотров 370Месяц назад
Accenture Job for Fresher 2024| System and Application Services Accociate
Wipro’s Work Integrated Learning Programming 2023 & 2024 |Wipro Hiring 2024
Просмотров 159Месяц назад
Wipro’s Work Integrated Learning Programming 2023 & 2024 |Wipro Hiring 2024

Комментарии

  • @uvaishrana7338
    @uvaishrana7338 День назад

    Oh!???? Shri Ram Group Of Colleges

  • @Liam-u2s
    @Liam-u2s 3 дня назад

    thank you sir

  • @aryanpal81
    @aryanpal81 4 дня назад

    Informative video sir

  • @lavijaat88
    @lavijaat88 5 дней назад

    Sir notes ki pdf de dijiye please

  • @gauravtigraneya7514
    @gauravtigraneya7514 8 дней назад

    Thanks sir ji

  • @gauravtigraneya7514
    @gauravtigraneya7514 8 дней назад

    Thanks sir ji

  • @gauravtigraneya7514
    @gauravtigraneya7514 8 дней назад

    Thank you sir ji

  • @shimiprathi
    @shimiprathi 9 дней назад

    Very useful

  • @Aditi_Kashyap176
    @Aditi_Kashyap176 22 дня назад

    👍👍

  • @Aditi_Kashyap176
    @Aditi_Kashyap176 22 дня назад

    Sir 👍👍👍

  • @Adhirajsingh787
    @Adhirajsingh787 24 дня назад

    Sir bca k 5th semester ke java and we'd design syllabus par unit wise important topic ki video bando plz

  • @SakirMalikbca
    @SakirMalikbca 28 дней назад

    ❤❤

  • @mohit-ys4bk1zj4r
    @mohit-ys4bk1zj4r Месяц назад

    Dear sir , I hope this message finds you well. My name is Mohit, and I am a dedicated follower of your channel. I am consistently impressed by the quality of your content, which has been incredibly valuable in my deep learning journey.Although I do not have a formal degree or professional experience in the field, I have been actively working on several projects, including creating a GPT-like model from scratch, developing a custom Transformer model, and training LLaMA 3.1 on my own data. Despite my progress, I am currently facing challenges with how I get a job in this format and would greatly appreciate any guidance or advice you could offer.Thank you for your time and for the invaluable content you provide. I look forward to hearing from you.Best regards, Mohit

  • @mercywangari-t4q
    @mercywangari-t4q Месяц назад

    sir can you provide the lecture in english please

  • @PratikMhaske-i1b
    @PratikMhaske-i1b Месяц назад

    Sir video ki clear kr do plzz

  • @Patra_Kirsani
    @Patra_Kirsani Месяц назад

    Patra Kirsani says If Time = Managed Well, Then Success = Achievable

  • @AkkiSolanki-w1o
    @AkkiSolanki-w1o Месяц назад

    Sir Accenture company ma distance wali graduation lata ha kya

  • @Ushadevi-v1c7s
    @Ushadevi-v1c7s Месяц назад

    9 ka 1 hoga

  • @ankitdwivedi4786
    @ankitdwivedi4786 Месяц назад

    Okay certificate milega ?

  • @rockboyscreation
    @rockboyscreation Месяц назад

    Very nice explanation sir thank you ❤

  • @akarshitsinghchauhan1730
    @akarshitsinghchauhan1730 Месяц назад

    Which operation a cpu do not perform? Answer data transfer

  • @Kartikawana015
    @Kartikawana015 Месяц назад

    Good sir 👍

  • @Kartikawana015
    @Kartikawana015 Месяц назад

    👍

  • @Kartikawana015
    @Kartikawana015 Месяц назад

    👍❤️

  • @GvKsp-x2l
    @GvKsp-x2l Месяц назад

    Thanks you 😊

  • @soniharshita09
    @soniharshita09 2 месяца назад

    Thanku sir so much😊😊

  • @skgupta6294
    @skgupta6294 2 месяца назад

    Sir maths 2 second semester ka v pyq vdo do please sir 🙏🙏🙏

    • @lecturebyvikaskumar494
      @lecturebyvikaskumar494 2 месяца назад

      Ab to first semester h aur maths to next semester me milenge to College me kise se bhi pad lo

  • @fashionclasses386
    @fashionclasses386 2 месяца назад

    Knowledgeable session 🎉

  • @Gyankiduniya451
    @Gyankiduniya451 2 месяца назад

    Graph theory k paper ka video upload kariye

  • @Gyankiduniya451
    @Gyankiduniya451 2 месяца назад

    Graph theory k paper ka video upload kariye

  • @Gyankiduniya451
    @Gyankiduniya451 2 месяца назад

    Graph theory k paper ka video upload kariye

  • @lollipopfxr
    @lollipopfxr 2 месяца назад

    Is any another video in financial accounting for bca 2nd semester or can i watch this video it can help me?

    • @lecturebyvikaskumar494
      @lecturebyvikaskumar494 2 месяца назад

      Top 50 MCQ on Financial Accounting with Tally Questions and Answers |#msuniversity | #topmcq |Lecture By vikas kumar |All Competitive Examinations|: ruclips.net/p/PLlS3pJ-9WE3K7KJYE1R7w0gB9NlrRIttC

    • @lecturebyvikaskumar494
      @lecturebyvikaskumar494 2 месяца назад

      @@lollipopfxr Please share in groups and subscribe my channel

    • @lollipopfxr
      @lollipopfxr 2 месяца назад

      @@lecturebyvikaskumar494 Sir can you tell me this is enough for bca 2nd semester ( i will watch some another videos too) and your previous mcq question paper my next exam is on 8 august and once again thank you alot 💜

    • @lollipopfxr
      @lollipopfxr 2 месяца назад

      @@lecturebyvikaskumar494 I am sharing your videos with my friends

    • @lecturebyvikaskumar494
      @lecturebyvikaskumar494 2 месяца назад

      @@lollipopfxr try to find some another video also ok

  • @arjun-sw5ui
    @arjun-sw5ui 2 месяца назад

    Sir iska PDF link ke dijiye

  • @lollipopfxr
    @lollipopfxr 2 месяца назад

    Please send pdf link with answer

    • @lecturebyvikaskumar494
      @lecturebyvikaskumar494 2 месяца назад

      Check pdf on google

    • @lollipopfxr
      @lollipopfxr 2 месяца назад

      @@lecturebyvikaskumar494 I searched but couldn't find it sir please can you provide the link tommorow is my exam and thank you for your videos it helps me

    • @lecturebyvikaskumar494
      @lecturebyvikaskumar494 2 месяца назад

      @lollipopfxr this pdf is not available to me also ok all the best for next exam

    • @lollipopfxr
      @lollipopfxr 2 месяца назад

      @@lecturebyvikaskumar494 thank you ❤

  • @samikshasingh8362
    @samikshasingh8362 2 месяца назад

    71 ka (a) is correct option

  • @official_gyan_nirankari
    @official_gyan_nirankari 2 месяца назад

    71 correct answer is a ( system analysis)

  • @AbhishekSingh-rb2jj
    @AbhishekSingh-rb2jj 2 месяца назад

    26 d option correct

  • @AmbarishShukla-v3e
    @AmbarishShukla-v3e 2 месяца назад

    Thank you sir ❤

  • @riya_k47
    @riya_k47 2 месяца назад

    Wow 😯 sir aap ne sara kuch upload ker diya hai ❤❤ Tysm ❤

  • @sanjuyadav10
    @sanjuyadav10 2 месяца назад

    Bhut help Milla sir apke iss playlist se

  • @Raven______
    @Raven______ 2 месяца назад

    Sir jo is sal abhi semester 2 ka paper answer key dijiye bca ka

  • @RoshanPatel-jd1or
    @RoshanPatel-jd1or 2 месяца назад

    Bawal question sir in the video for exam purpose 😮😮😮

  • @riya_k47
    @riya_k47 2 месяца назад

    🙏🙏 you are the best teacher Sir tomorrow is my exam and I am learning your all' video's it's really helpful ❤❤❤

    • @lecturebyvikaskumar494
      @lecturebyvikaskumar494 2 месяца назад

      Good luck to you

    • @riya_k47
      @riya_k47 2 месяца назад

      @@lecturebyvikaskumar494 sir tysm 🙏❤️ aapke video's ko pdker mere 50+ shi hua 😶 you are amazing 🤩🤩🤩 Sir ab mera digital electronics ka hai 1 ko I hope 👀 usee bhi mai aapke sare video's ko read keru to shi jaye 🥲

    • @lecturebyvikaskumar494
      @lecturebyvikaskumar494 2 месяца назад

      Question Paper ki pdf bhej dena mere channel ke whatsapp group pe uski ans key daal doonga apne group pe

    • @riya_k47
      @riya_k47 2 месяца назад

      @@lecturebyvikaskumar494 okay

  • @riya_k47
    @riya_k47 2 месяца назад

    ❤❤❤ thakuuuuu sir you are the best teacher in RUclips 🎉❤

  • @SS-ul4mk
    @SS-ul4mk 2 месяца назад

    Computer graphic lecture kaha he

  • @AdarshsainiZone
    @AdarshsainiZone 2 месяца назад

    55 ka all above hoga sir

  • @soniharshita09
    @soniharshita09 2 месяца назад

    Thanku sir😊

  • @SlimOgunlana
    @SlimOgunlana 3 месяца назад

    sir please bca 2 sem maths ki video bna dijiye

  • @riya_k47
    @riya_k47 3 месяца назад

    Tysm 👍👍

  • @riya_k47
    @riya_k47 3 месяца назад

    Sir kya aap financial Accounting ke mcq upload nhhi krenge?? Sir if you have time then please 🥺🥺 uploaded please 🙏🙏🙏🙏