C Programming for Beginners 9 - The ternary (conditional) operator in C

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

Verwandte Suchanfragen zu ternary expression in c
how to use ternary operator in c
associativity of ternary operator in c
Verwandte Suchanfragen zu ternary operator
ternary operator java
ternary operator php
ternary operator c++
ternary operator ruby
ternary operator perl
ternary operator python
javascript ternary operator
ternary operator bash
Рекомендации по теме
Комментарии
Автор

Forgive me if I'm wrong, but..
You started out wanting to put the greater of a and b into c. however you did it the other way around.. it Should have been
c = (a>b) ? a : b ; this would give the greater value to c..

sentenced
Автор

your vids will help me pass my programming course, thx mate!!

srenpetersen
Автор

Thanks for the Vid!, your voice can be heard much now. :)

Rey-pgeb
Автор

thank you for the lessons, I'm really understanding it

alderusan
Автор

I have learnt many new information about c

ursbindu
Автор

you have done a mistake in this vedio you not kept return zero at last

mohithkumar
welcome to shbcf.ru