target up e Study
target up e Study
  • 122
  • 154 642
if-else control statement In C programming | C Programming for beginner
if-else control statement In C programming
C Programming for beginner
write the c program to check if the given number is positive or negative
write the c program to check greater or smaller number
write the c program to check if the given number is even or odd
#cprogramming
มุมมอง: 21

วีดีโอ

Arithmetic Operations in C Programming
มุมมอง 15วันที่ผ่านมา
Arithmetic Operations in C Programming C Programming for beginner #arithmeticoperators #addition #substraction #multiplication #division
First C Program | C Program to Print "Hello World !"|
มุมมอง 14วันที่ผ่านมา
First C Program C Program to Print "Hello Student" Simple "Hello Student" Program in VS-Code for beginner #c languageforbeginners
Programs on Custom Object in ArrayList for Placement Preparation
มุมมอง 4514 วันที่ผ่านมา
Programs on Custom Object in ArrayList for Placement Preparation Storing Custom Objects in ArrayList Searching for a Custom Object in ArrayList Removing Custom Objects from ArrayList Sorting Custom Objects in ArrayList Display Custom Objects Details ArrayList Exercise for Placement Sort an ArrayList in Ascending and Descending Order Reverse an ArrayList Find the Sum of All Elements in an ArrayL...
ArrayList Exercise for Placement
มุมมอง 27221 วันที่ผ่านมา
ArrayList Exercise for Placement Sort an ArrayList in Ascending and Descending Order Reverse an ArrayList Find the Sum of All Elements in an ArrayList Remove Duplicates from an ArrayList Merge Two ArrayList Java Collection: TreeSet Exercises 1 with the solution. th-cam.com/video/2v93EX3leFI/w-d-xo.html Java Collection: LinkedHashSet Exercises 1 with the solution. th-cam.com/video/04M8mLxbYKs/w-...
TreeSet (Exercises 1) for beginner
มุมมอง 73หลายเดือนก่อน
Java Collection: TreeSet Exercises 1 with the solution. Write a Java program to create a tree set, add some colors (strings) and print out the tree set. Write a Java program to iterate through all elements in a tree set. Write a Java program to get the first and last elements in a tree set. Write a Java program to retrieve and remove the first element of a tree set. Write a Java program to retr...
LinkedHashSet (Exercises 1) for beginner
มุมมอง 44หลายเดือนก่อน
Java Collection: LinkedHashSet Exercises 1 with the solution. 1)Java program for Create a LinkedHashSet 2) Creating LinkedHashSet from Other Collections 3)Methods of LinkedHashSet 1)Insert Elements to LinkedHashSet a)add() - inserts the specified element to the linked hash set b)addAll() - inserts all the elements of the specified collection to the linked hash set 4)Access LinkedHashSet Element...
HashSet (Exercises 1) for beginner
มุมมอง 1302 หลายเดือนก่อน
Java Collection: HashSet Exercises 1 with the solution. #hashset #collectionframework #programs Java program for iterating the HashSet using Iterator th-cam.com/video/UhvHvWqWdkI/w-d-xo.html Java Collection: Array List Exercises 2 with the solution. th-cam.com/video/OtihWutRN3U/w-d-xo.html Java Collection: Array List Exercises 3 with the solution. th-cam.com/video/QXI9uSp_M58/w-d-xo.html Java C...
How to Run the First Python Program
มุมมอง 772 หลายเดือนก่อน
How to download and Install Python Interpreter and PyCharm latest version 2024 How to Run the First Python Program #pythonforbeginners
Python OOP(Object-Oriented Programming) based Project for beginners || Library Management System
มุมมอง 1142 หลายเดือนก่อน
Python OOP(Object-Oriented Programming) based Project for beginners || Library Management System This project based on Class and Object
Java Encapsulation (Exercises 1) for beginners
มุมมอง 803 หลายเดือนก่อน
Java Encapsulation -Programs, Practices, Solutions 1.Write a Java program to create a class called Person with private instance variables name, age. and country. Provide public getter and setter methods to access and modify these variables. 2.Write a Java program to create a class called BankAccount with private instance variables accountNumber and balance. Provide public getter and setter meth...
How to run Python in Command Prompt
มุมมอง 903 หลายเดือนก่อน
How to run Python in Command Prompt #pythonprogramming
Linked List ( Exercises 3) for beginner
มุมมอง 903 หลายเดือนก่อน
Java Collection: Linked List Exercises 3 with the solution. #linkedlist #collectionframework #programs Java program for iterating the Linked List using For loop Java program for iterating the Linked List using Enhanced For loop Java program for iterating the Linked List using Iterator Java program for iterating the Linked List using For Each loop Write a Java program to iterate through all elem...
Linked List ( Exercises 2) for beginner
มุมมอง 583 หลายเดือนก่อน
Java Collection: Linked List Exercises 2 with the solution. Write a Java program to retrieve, but not remove, the last element of a linked list. Write a Java program to check if a particular element exists in a linked list. Write a Java program to convert a linked list to an array list. Write a Java program to compare two linked lists. Write a Java program to check if a linked list is empty or ...
Linked List ( Exercises 1) for beginner
มุมมอง 594 หลายเดือนก่อน
Java Collection: Linked List Exercises 1 with the solution. Write a Java program to append the specified element to the end of a linked list. Write a Java program to insert the specified element at the specified position in the linked list. Write a Java program to remove a specified element at the specified position in the linked list. Write a Java program to insert the specified element at the...
ArrayList ( Exercises 3) for beginner
มุมมอง 3384 หลายเดือนก่อน
ArrayList ( Exercises 3) for beginner
ArrayList ( Exercises 2) for beginner
มุมมอง 3.2K4 หลายเดือนก่อน
ArrayList ( Exercises 2) for beginner
How to download and Install Jasper Reports 2024
มุมมอง 2K4 หลายเดือนก่อน
How to download and Install Jasper Reports 2024
ArrayList (Exercise 1) for beginner
มุมมอง 3474 หลายเดือนก่อน
ArrayList (Exercise 1) for beginner
Creating Simple Spring Boot REST API || Explain step by step for beginners || #restapi
มุมมอง 836 หลายเดือนก่อน
Creating Simple Spring Boot REST API || Explain step by step for beginners || #restapi
Http Status Codes Explain with Examples || Postman tutorial
มุมมอง 336 หลายเดือนก่อน
Http Status Codes Explain with Examples || Postman tutorial
Create Spring Boot Application in STS II how to connect spring boot with MySQL database
มุมมอง 866 หลายเดือนก่อน
Create Spring Boot Application in STS II how to connect spring boot with MySQL database
Milk Collection System Web Application Project overview || Full Stack Web application ||
มุมมอง 446 หลายเดือนก่อน
Milk Collection System Web Application Project overview || Full Stack Web application ||
Java OOPs Concepts with Examples | Java OOPs Tutorial for beginners | Object Oriented Programing |
มุมมอง 1486 หลายเดือนก่อน
Java OOPs Concepts with Examples | Java OOPs Tutorial for beginners | Object Oriented Programing |
how to access localhost website from anywhere using ngrok #ngrok
มุมมอง 2167 หลายเดือนก่อน
how to access localhost website from anywhere using ngrok #ngrok
How to Increase Audio Level in OBS Studio
มุมมอง 158 หลายเดือนก่อน
How to Increase Audio Level in OBS Studio
How to Create Spring Boot REST API CRUD Example With MySQL Database Using Spring Tool Suite IDE
มุมมอง 1718 หลายเดือนก่อน
How to Create Spring Boot REST API CRUD Example With MySQL Database Using Spring Tool Suite IDE
How To Create First Spring MVC Based Application Using Maven Project in Eclipse IDE
มุมมอง 7628 หลายเดือนก่อน
How To Create First Spring MVC Based Application Using Maven Project in Eclipse IDE
How to Create First Spring Application Using Maven Project in Eclipse IDE
มุมมอง 838 หลายเดือนก่อน
How to Create First Spring Application Using Maven Project in Eclipse IDE
How to Run MySQL Query from Command Prompt II from MYSQL Command Line Client II MYSQL for beginner
มุมมอง 9119 หลายเดือนก่อน
How to Run MySQL Query from Command Prompt II from MYSQL Command Line Client II MYSQL for beginner

ความคิดเห็น

  • @UniqueUo
    @UniqueUo 5 วันที่ผ่านมา

    Worked perfectly

  • @rudrayanishivpuje3576
    @rudrayanishivpuje3576 6 วันที่ผ่านมา

    SOFTWARE KONSA HAI EDIT KARNE KE LIYE

  • @sagarkishore6882
    @sagarkishore6882 11 วันที่ผ่านมา

    Thanks, I found what I was struggling with with your video.

  • @sadavarshsaini
    @sadavarshsaini 23 วันที่ผ่านมา

    I show your video full screen recording in obs and if i watch my video in my desktop then show ok but if i watch that video in my mobile then show vertically show left and right side black layer

    • @targetup_estudy
      @targetup_estudy 23 วันที่ผ่านมา

      Plz check screen ratio 16:9 ,if video on ppt then check slide ratio is 16:9 and also check mobile screen orientation

    • @sadavarshsaini
      @sadavarshsaini 23 วันที่ผ่านมา

      I try to record coding tutorial in visual studio

  • @yafapalestine5141
    @yafapalestine5141 หลายเดือนก่อน

    Can you make a video showing how to suppress the noise while recording a video from a browser?

  • @mccharlangutierrez3876
    @mccharlangutierrez3876 หลายเดือนก่อน

    thanks subscribe done

  • @Manjur.market
    @Manjur.market หลายเดือนก่อน

    Or thoda practice kro

  • @ranveerjaiswal6665
    @ranveerjaiswal6665 หลายเดือนก่อน

    im doing same thing but mere me white canvas show ho rha hai bas image nhi aa rha

  • @ashwinkumar504
    @ashwinkumar504 2 หลายเดือนก่อน

    Great got it ..... and it worked thanks

  • @sbvtacademy4041
    @sbvtacademy4041 2 หลายเดือนก่อน

    Scenes size area record set kase kate

  • @techmind9395
    @techmind9395 2 หลายเดือนก่อน

    Very helpful..& informative..!!!

  • @mahmoudabusharekh2737
    @mahmoudabusharekh2737 3 หลายเดือนก่อน

    Thanks

  • @deepword30
    @deepword30 3 หลายเดือนก่อน

    😊😊

  • @deepword30
    @deepword30 3 หลายเดือนก่อน

    😊😊

  • @Abhishek-df5tf
    @Abhishek-df5tf 3 หลายเดือนก่อน

    Mem full crus operation response entity wala video banao 0 to hero wala

  • @Abhishek-df5tf
    @Abhishek-df5tf 3 หลายเดือนก่อน

    Spring boot rest API par video banwo

    • @targetup_estudy
      @targetup_estudy 3 หลายเดือนก่อน

      th-cam.com/video/xwxDPNJ-4ik/w-d-xo.html

    • @targetup_estudy
      @targetup_estudy 3 หลายเดือนก่อน

      th-cam.com/video/H7jjXAwKNd8/w-d-xo.html

  • @sanmith04
    @sanmith04 3 หลายเดือนก่อน

    what is i nedd import multiple image ?

  • @ankitathete2352
    @ankitathete2352 3 หลายเดือนก่อน

    This can be passed as an argument in the constructor call Your given Example : Object obj = new obj (this) Example I know is correct Object obj = new Object (this) Which is correct...

    • @targetup_estudy
      @targetup_estudy 3 หลายเดือนก่อน

      Object obj = new Object(this) is correct above example speling mistake

  • @CodingArchy-ir4gm
    @CodingArchy-ir4gm 3 หลายเดือนก่อน

    You have been a true life saver

  • @016karma
    @016karma 3 หลายเดือนก่อน

    I have wasted my time with 3 other videos. But only your video did the job. Thank you.

  • @Sumeshkumarback
    @Sumeshkumarback 3 หลายเดือนก่อน

    Make play list if excercise

  • @ExactCoder
    @ExactCoder 4 หลายเดือนก่อน

    Nice voice bhabhi🎉

  • @nabeelahmed9105
    @nabeelahmed9105 4 หลายเดือนก่อน

    Make more videos like this by solving Exercise Most informative

  • @ssvgssv6432
    @ssvgssv6432 4 หลายเดือนก่อน

    Hi mam can u please upload each collection frame work topic wise exercise questions like this

  • @LearnWithAnkitaaa
    @LearnWithAnkitaaa 4 หลายเดือนก่อน

    ❤❤

  • @am_editz9145
    @am_editz9145 4 หลายเดือนก่อน

    14 will be c option

  • @rahulgahlot7721
    @rahulgahlot7721 4 หลายเดือนก่อน

    Thanku❤

  • @rushikeshfukat7191
    @rushikeshfukat7191 4 หลายเดือนก่อน

    Question number 8 I guess information always carries in sidebands as carrier signal has virtually no info

  • @akashchoudhary2048
    @akashchoudhary2048 5 หลายเดือนก่อน

    Thanks 🎉

  • @EMUSEEnglish
    @EMUSEEnglish 5 หลายเดือนก่อน

    Very Good, explained in the easiest way without wasting the time

  • @Spring-rj1yg
    @Spring-rj1yg 5 หลายเดือนก่อน

    typecast option not auto populate by ctrl + space

  • @WorstinJava
    @WorstinJava 6 หลายเดือนก่อน

    Waiting madam ❤ Pure content You are saying ❤

  • @playing4fun366
    @playing4fun366 6 หลายเดือนก่อน

    Thanks sister

  • @rjrajeshwari4119
    @rjrajeshwari4119 6 หลายเดือนก่อน

    do more sis create simple web application and run it and teach us

  • @susmitasingh3151
    @susmitasingh3151 6 หลายเดือนก่อน

    Option- D

  • @born2victory944
    @born2victory944 7 หลายเดือนก่อน

    Great video 🎉

  • @chilukuritharunkumar3305
    @chilukuritharunkumar3305 7 หลายเดือนก่อน

    Thank you

  • @EyobelNiguse
    @EyobelNiguse 7 หลายเดือนก่อน

    a

  • @ardapeker6942
    @ardapeker6942 7 หลายเดือนก่อน

    thanks ❤

  • @SangharshMaske
    @SangharshMaske 7 หลายเดือนก่อน

    Mam q.13 ka answer resistor & diode hona chahiye na.

  • @PXgamer-k7y
    @PXgamer-k7y 7 หลายเดือนก่อน

    OMG TYSM

  • @ISHANKUMAR-eu5ov
    @ISHANKUMAR-eu5ov 7 หลายเดือนก่อน

    good

  • @MOHAMMEDKHALANDER-g1c
    @MOHAMMEDKHALANDER-g1c 8 หลายเดือนก่อน

    Your explanation is really cool 😎 and I understood the concept which I was searching for ,,,,,, But the thing is Don't give gap while 😅explaining ,,, And thank you so much 💓 for explanation

  • @Thomas-eq3rn
    @Thomas-eq3rn 8 หลายเดือนก่อน

    thx

  • @ekalyanione
    @ekalyanione 8 หลายเดือนก่อน

    Thank you

  • @NawWintPhyu-v2o
    @NawWintPhyu-v2o 9 หลายเดือนก่อน

    thank you

  • @ArvindFinancial
    @ArvindFinancial 9 หลายเดือนก่อน

    Valuable information thankx

  • @ДимаБаринов-й7ь
    @ДимаБаринов-й7ь 9 หลายเดือนก่อน

    Thank You

  • @vigneshwaran7062
    @vigneshwaran7062 9 หลายเดือนก่อน

    The 8085 is a conventional von Neumann design based on the Intel 8080.

  • @chesstraps007
    @chesstraps007 9 หลายเดือนก่อน

    great information and explained very well