filmov
tv
Special Operators in C | C Special Operators - C Programming Tutorial 32
Показать описание
Notes for You:: Special Operators in C.
- C provides set of special operators; which are used in special cases.
sizeof operator:
- is used to get size of a given operand in bytes.
Comma operator (,):
- is used to group related expressions together.
Address of (or Referencing) operator (&):
- is used to get address (or reference) of a variable, a constant or some memory location.
Dereferencing (or Pointer) operator (*):
- is used to create a variable; which holds the address of another memory location (i.e. a pointer)
- is used to create a pointer to a variable, a constant or some memory location .
Double Dereferencing (or Double pointer) operator (**):
- is used to create a pointer; which holds the address of another pointer variable.
- is used to create a pointer to a pointer variable .
Dot operator (.):
- is used to access members of a structure or an union directly.
Arrow operator (->):
- is used to access members of a structure or an union through a pointer variable.
Type casting operator (data_type):
- is used to convert one type of data value to another type.
Note:
- replace > with greater-than symbol.
=========================================
Follow the link for next video:
C Programming Tutorial 33 - sizeof Operator in C Programming Language
Follow the link for previous video:
C Programming Tutorial 31 - Bitwise Operators in C Programming Language
=========================================
C Programming Tutorials Playlist:
=========================================
Watch My Other Useful Tutorials:-
Computer Programming Fundamentals Playlist:-
C Practical LAB Exercises Playlist:-
C++ Tutorials Playlist:
=========================================
► Subscribe to our YouTube channel:
► Visit our Website:
=========================================
Hash Tags:-
#ChidresTechTutorials #CProgramming #CProgrammingTutorial
- C provides set of special operators; which are used in special cases.
sizeof operator:
- is used to get size of a given operand in bytes.
Comma operator (,):
- is used to group related expressions together.
Address of (or Referencing) operator (&):
- is used to get address (or reference) of a variable, a constant or some memory location.
Dereferencing (or Pointer) operator (*):
- is used to create a variable; which holds the address of another memory location (i.e. a pointer)
- is used to create a pointer to a variable, a constant or some memory location .
Double Dereferencing (or Double pointer) operator (**):
- is used to create a pointer; which holds the address of another pointer variable.
- is used to create a pointer to a pointer variable .
Dot operator (.):
- is used to access members of a structure or an union directly.
Arrow operator (->):
- is used to access members of a structure or an union through a pointer variable.
Type casting operator (data_type):
- is used to convert one type of data value to another type.
Note:
- replace > with greater-than symbol.
=========================================
Follow the link for next video:
C Programming Tutorial 33 - sizeof Operator in C Programming Language
Follow the link for previous video:
C Programming Tutorial 31 - Bitwise Operators in C Programming Language
=========================================
C Programming Tutorials Playlist:
=========================================
Watch My Other Useful Tutorials:-
Computer Programming Fundamentals Playlist:-
C Practical LAB Exercises Playlist:-
C++ Tutorials Playlist:
=========================================
► Subscribe to our YouTube channel:
► Visit our Website:
=========================================
Hash Tags:-
#ChidresTechTutorials #CProgramming #CProgrammingTutorial
Комментарии