Ternary Operator || Conditional Operator | Nested Ternary Operator | C Programming

preview_player
Показать описание

In this video we have discussed Ternary Operator || Conditional Operator | Nested Ternary Operator | C Programming

►Programming in C (Complete Playlist):

Other subject-wise playlist Links:
--------------------------------------------------------------------------------------------------------------------------------------
►Design and Analysis of algorithms (DAA):
►Database Management System:
► Theory of Computation
►Artificial Intelligence:
►Computer Networks (Complete Playlist):
►Operating System:
►Structured Query Language (SQL):
►Discrete Mathematics:
►Compiler Design:
►Number System:
►Cloud Computing & BIG Data:
►Software Engineering:
►Data Structure:
►Computer Architecture :
►Graph Theory (Complete Playlist):
►Digital Logic:

---------------------------------------------------------------------------------------------------------------------------------------
Our social media Links:
--------------------------------------------------------------------------------------------------------------------------------------
►For Any Query, Suggestion or notes contribution:
Рекомендации по теме
Комментарии
Автор

Thank you so much sir.... I cleared ugc net JRF.... Your videos helped me a lot....

TheMahe
Автор

Aapka discussion bahut badiya hai sir. Ekdam se samajh aa raha hai sir. Thx

pujasinha
Автор

Damm!!! Ap toh famous hone chaiye bhot jyda apka padhane ka tarika and time limit jabardast hai sone ka maan nai kara mujhe it's 2:22 am😂❤thank you sir!

sejal_
Автор

Thank you a lot...I have realized your explanation... I am from Bangladesh...

IndividualMusic
Автор

Thank you sir ❤
I am your new Subscriber❤

mdsarfrazahmad
Автор

Sir kindly make one video on the topic of "Thread Scheduling"
please Sir it's my request to you.actually Sir you explain the every topic very nicely and in simple words and your method of explaining is awesome and i understand properly.so please Sir make one video on this topic "Thread Scheduling"
because next week i have a presentation on Thread Scheduling.

suzyanajames
Автор

Sir I got 97 marks in computer💻💻 thanks sir

shikhatenguria
Автор

Sir c language ki question solve knha se krna chahiye??topic bise topic

tanyasachdeva
Автор

sir please reply me that,
Here X value is user define ? YES/NO

BMONDAL
Автор

Ternery operator is right to left associative, sir what it means.
Is right operand is consider first ?

mohitdeo
Автор

int a=3, b=6;
printf("%d ", a!=b?0?b:a:b); return 0;
how can this expression be solver

ruchiraghuvanshi
Автор

sir please new video for nimcet prepration

VIVEKPATEL-yooe
Автор

why dont you use vs code or code blocks

tanvirhossainreza
Автор

hahahaha padosi ke device se bhi subscribe kar dunga xD

eee__debjitdutta
Автор

Entry achi thi lekin samjhane ka tarika abhi bada kazual hai😅..

EfootballMasters
Автор

#include<stdio.h>

int main()
{
int x, a = 5, b = 7;

a > b ? x = 5 : x = 7;
printf("Enter a value: %d", x);
return 0;
}
Sir please is program mai x = 7 parenthesis nhi laga raha hu toh error aa rahi hai kyu sir please btao sir kyu 🙏🙏🙏 sir agar isse (x= 7) kr raha hu toh koi error nhi aa rahi hai kyu please 🙏🙏🙏🙏🙏🙏🙏🙏🙏

DisneyToons_