Ternary / Conditional Operator in C Programming | In Hindi

  Рет қаралды 30,520

codeitup

codeitup

Күн бұрын

Ternary / Conditional Operator in C Programming | In Hindi | Tutorial 15
In this video I have explained conditional operator / ternary operator. Conditional operator or ternary operator provides condition based execution of statement.
? and : are two parts of conditional operator.
Link to Previous Video: • Installation of CodeBl...
Link to Next Video: • Max Between Three Numb...
=======================================================================
CODEITUP PLAYLISTS
1. C Programming Playlist: • C Language Tutorial in...
2. C++ Programming Playlist: • C++ Tutorial in Hindi
3. Java Programming Playlist: • Java Tutorials For Beg...
4. Python Programming Playlist: • Complete Python Tutori...
5. CBSE Class 12 (CS) Python Playlist: • CBSE Class XII Python ...
6. CBSE Class 12 (IP) Playlist: • CBSE Class XII IP Pand...
7. CBSE Class 11 (CS) Playlist: • CBSE Class XI Python T...
8. CBSE Class 10 (IT): • Class 10 Information T...
9. Networking Playlist: • Networking
10. MySQL Playlist: • Structured Query Langu...
11. Web Designing: • Web Designing | HTML |...
12. NumPy Playlist: • Complete Numpy Tutoria...
13. Computer Fundamental Playlist: • Fundamentals of Computer
=======================================================================
Telegram Channel: t.me/codeitupl...
Facebook Group: / 21673. .
Instagram: t.me/codeitupyt
Facebook Group: www.facebook.c...
Facebook Page: / codeitup-104310264625489
Website: codeitup.in
Join this channel to get access to perks: / @codeitup
=======================================================================
Tags Used:
conditional operator in c
c conditional operator
conditional operators
ternary operators
c programming hindi
conditional ? :
what is conditional operator
what is ternary operator
how conditional operator
how ternary operator
full lecture in hindi
ternary operator in hindi
?:
operator
ternary operator in c
c tutorial for beginners
c tutorial for beginners programming
c programming tutorial
c programming language
c programming full course
c programming
#codeitup
#coperators
#cprogramming

Пікірлер: 84
@punamkumari6972
@punamkumari6972 5 жыл бұрын
Next level explanation sir. Keep it up..
@codeitup
@codeitup 4 жыл бұрын
Thanks Punam//
@priyankafegde1246
@priyankafegde1246 2 жыл бұрын
#include int main() { int a,b,c; printf("enter 3 no.s"); scanf("%d%d%d",&a,&b,&c); a=(a>b)?a:b; printf("/nmax no. is=%d",(a>c)?a:c); return 0; } Is it? Sir ji u r great 🙏🏻🤗...ur explanation is very easy to understand 👌🏻
@pankajlega8862
@pankajlega8862 Жыл бұрын
Nice.....👍
@harshkapoor4162
@harshkapoor4162 Жыл бұрын
I think there should be long int (%ld) And it's working while compiling 👍
@himanshukumar-zp9ix
@himanshukumar-zp9ix Жыл бұрын
#include int main() { int a,b,c,max; printf("enter the number"); scanf("%d%d%d",&a,&b,&c); max=(a>b)?a:b; max=(b>c)?b:c; max=(c>a)?c:a; printf("show the max number%d",max); return 0; } complete 👍
@anupanand7281
@anupanand7281 4 жыл бұрын
Wao nice video easy to compete bca course ....Program with perfect definition ..To get high marks
@codeitup
@codeitup 4 жыл бұрын
Thanks..
@Mohit_IIT_Kharagpur
@Mohit_IIT_Kharagpur Жыл бұрын
👍🏼👍🏼👍🏼your Explanation > other
@codeitup
@codeitup Жыл бұрын
Thanks!
@ashishtayade047
@ashishtayade047 11 ай бұрын
Thank you sir very nice gide & very nice best information conditional operator teaching video.👍
@codeitup
@codeitup 11 ай бұрын
So nice of you!
@Its_me_2266
@Its_me_2266 2 ай бұрын
Amazing session sir
@codeitup
@codeitup 2 ай бұрын
Keep watching!
@AIMIMUP
@AIMIMUP 3 жыл бұрын
Teaching ka method bahut fantastic hai
@codeitup
@codeitup 3 жыл бұрын
Thanks a lot Aditya😊
@SuperRiz04
@SuperRiz04 4 жыл бұрын
Good one sir ji
@codeitup
@codeitup 4 жыл бұрын
#codeitup Thanks dear...
@codeitup
@codeitup 4 жыл бұрын
#codeitup Thanks Rizwan...
@sanjivkumar8489
@sanjivkumar8489 2 жыл бұрын
your video is very help full sir thanks for this help but pls speak full hindi for detail
@codeitup
@codeitup Жыл бұрын
Glad to help you!
@bishu4utube
@bishu4utube 4 жыл бұрын
Nice explain in Hindi
@codeitup
@codeitup 4 жыл бұрын
#codeitup Thank you so much..
@stanzila25
@stanzila25 3 жыл бұрын
Best teaching skills 👍👍👍sir
@codeitup
@codeitup 3 жыл бұрын
Thanks dear😊
@alokkumarchaurasiya2658
@alokkumarchaurasiya2658 4 жыл бұрын
Good Explanation...
@codeitup
@codeitup 4 жыл бұрын
Thanks Alok..
@annuradhagupta4563
@annuradhagupta4563 4 жыл бұрын
Very nice explanation 😊
@codeitup
@codeitup 4 жыл бұрын
Thanks Annu..
@adarimahato9544
@adarimahato9544 7 ай бұрын
Crystal clear
@JyotiSharma-jx8ou
@JyotiSharma-jx8ou 3 жыл бұрын
Thnkyouuu sir ...such a great explanation
@ananyashukla1976
@ananyashukla1976 3 жыл бұрын
Sir aapka padhaya hua bas yaad rahe ..aap bahoot hi acha padhtae hai sir
@codeitup
@codeitup 3 жыл бұрын
😀😀 thanks Ananya!
@vineet007kr
@vineet007kr 4 жыл бұрын
Very informative dear.
@codeitup
@codeitup 4 жыл бұрын
#codeitup Thanks Vineet
@AshaKumari-dh4wi
@AshaKumari-dh4wi 4 жыл бұрын
Awesome video sir
@codeitup
@codeitup 4 жыл бұрын
☺️
@kaushalverma1407
@kaushalverma1407 4 жыл бұрын
Nice video sir. Keep it up...
@codeitup
@codeitup 4 жыл бұрын
Thanks Kaushal..
@basukinathprasad7866
@basukinathprasad7866 4 жыл бұрын
Nice sir
@codeitup
@codeitup 4 жыл бұрын
Thanks and welcome
@aaj11000
@aaj11000 4 жыл бұрын
Good explained
@codeitup
@codeitup 4 жыл бұрын
Thanks Sunil..
@devanshsrivastava8244
@devanshsrivastava8244 2 жыл бұрын
Bitwise operator par video kha hai Sir
@sumitchaudhary60
@sumitchaudhary60 4 жыл бұрын
Good
@codeitup
@codeitup 4 жыл бұрын
#codeitup Thanks Sumit
@jayabhati352
@jayabhati352 Жыл бұрын
🎉🎉🎉thank you sir
@codeitup
@codeitup Жыл бұрын
Most welcome!
@SubhranshuChoudhury
@SubhranshuChoudhury 2 жыл бұрын
Thanks a lot sir
@codeitup
@codeitup 2 жыл бұрын
Always welcome😊
@mdmazidreza5078
@mdmazidreza5078 4 жыл бұрын
More video plz
@codeitup
@codeitup 4 жыл бұрын
There are around 110 videos. Keep learning..
@Rolling_panda00
@Rolling_panda00 4 жыл бұрын
👌🏻
@codeitup
@codeitup 4 жыл бұрын
☺️
@codeitup
@codeitup 4 жыл бұрын
☺️
@yunikbhattarai967
@yunikbhattarai967 3 жыл бұрын
Thanks, Sir
@codeitup
@codeitup 3 жыл бұрын
Most welcome😊
@124-nayanvarsani3
@124-nayanvarsani3 4 жыл бұрын
Sir An app called SciTE is useful for programming.
@codeitup
@codeitup 4 жыл бұрын
Nayan, I haven't used that. But try that and do let me know do you find it good for programming?
@124-nayanvarsani3
@124-nayanvarsani3 4 жыл бұрын
Brother gave such a program so we could write new programs.
@codeitup
@codeitup 4 жыл бұрын
Find a given number is positive/negative/zero using ternary operator.
@124-nayanvarsani3
@124-nayanvarsani3 4 жыл бұрын
I do not understand what you are looking for in reply.
@codeitup
@codeitup 4 жыл бұрын
@@124-nayanvarsani3 Check an entered number is positive or negative using ternary operator.
@Lata.123-c4i
@Lata.123-c4i 4 жыл бұрын
👍👍👍
@codeitup
@codeitup 4 жыл бұрын
Thanks..
@AmanKumar-px5ng
@AmanKumar-px5ng 3 жыл бұрын
Bitwise operators is in which video? Can anyone let me know please?
@mathsworldbysuraj6278
@mathsworldbysuraj6278 2 жыл бұрын
Why use return 1
@bcm15mdarifarshlan71
@bcm15mdarifarshlan71 3 жыл бұрын
return 1; ka use nhi bataya aapne.
@ssjim826
@ssjim826 5 жыл бұрын
This wont work on linux or mac due to the unportable header file conio.h , which hasnt been used since the 90s ,
@codeitup
@codeitup 4 жыл бұрын
As per your advise, I started using int main() and started using CODEBLOCKS for running the program. I also stopped using conio.h header file. Thanks for advise.
@anupanand7281
@anupanand7281 4 жыл бұрын
Use nhi kiya jata hi pr uska knowledge rakhna to jaruri hi....
@ssjim826
@ssjim826 4 жыл бұрын
@@anupanand7281 shaayad agar aap praacheen takaneek ka upayog kar rahe the. ab aur nahin
@basukinathprasad7866
@basukinathprasad7866 4 жыл бұрын
Hello
@codeitup
@codeitup 4 жыл бұрын
Hi..
@aadarshsejwal3183
@aadarshsejwal3183 4 жыл бұрын
I like noodles
@codeitup
@codeitup 4 жыл бұрын
I too 😇
@gopalvarshney7126
@gopalvarshney7126 10 ай бұрын
Sir aese to a hi bada dikha raha hai bus
@Its_me_2266
@Its_me_2266 2 ай бұрын
Maximum me ek hi ayga
Printf Function in C | In Hindi
15:09
codeitup
Рет қаралды 50 М.
АЗАРТНИК 4 |СЕЗОН 3 Серия
30:50
Inter Production
Рет қаралды 921 М.
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 46 МЛН
Logical Operator in C Programming | In Hindi
8:39
codeitup
Рет қаралды 32 М.
Pixtral is REALLY Good - Open-Source Vision Model
11:15
Matthew Berman
Рет қаралды 40 М.
Are Phrasal Verbs Better Than Regular Verbs?
10:27
JForrest English
Рет қаралды 3,9 М.
C Program to Print first N Natural Numbers | In Hindi
9:38
codeitup
Рет қаралды 23 М.
Introduction to Arrays | C Programming | In Hindi
9:36
codeitup
Рет қаралды 42 М.
Input & Display Array Elements in C | In Hindi
9:21
codeitup
Рет қаралды 34 М.
Scanf function in C | In Hindi
11:23
codeitup
Рет қаралды 41 М.
C Program to Find Sum of First N Natural Numbers | In Hindi
8:31