Special Operators in C | C Special Operators - C Programming Tutorial 32

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

Answer the following questions: Let's see who gives the best answer
1. List any 7 special operators in C

ChidresTechTutorials
Автор

Thank you sir very nice gide & very nice best information special operator teaching video.👍

ashishtayade
Автор

We have 6 types of operators
1 typeof to which check the size of all data types .

2 & inpercent to which help us us get address and values

3 . The dot to which helps is to join and get values in Structure t which is the core of C comes most creations in C

4 -> the arrow

5 there's the comma all this are special operators token 😁

kadriahamadamouroivili