15.32 output is wrong sir *cp=1 means it changes the value to 1 binary value of 1 is so *ip=1,*cp=1
@ChandrasekaranBalasubramainan5 ай бұрын
could you update function pointer video separately.
@kishormukesh96183 жыл бұрын
Bro oru doubt X variable la int data type nu kudutha pointer rum same data type kudthathan bro compile aguthu yen bro
@CodingGuidelinesTamil3 жыл бұрын
Pointer endha variable kudaum access pannalam. Nenga same data type koduthalum compile agum diffrent data type koduthalum compile agum. But based upon data type it deference the value in an address.
@surya-zl8xb Жыл бұрын
de-reference na enna sir?
@CodingGuidelinesTamil Жыл бұрын
Variables hold values. A pointer variable holds the address (the location) of another variable. Dereferencing is getting at the pointed value. Pointer variables are useful for walking the contents of a linked list data structure, using a dynamic jump table to subroutines, and passing arguments by address (so only an address is passed) rather than by value (where the entire data structure is copied).
@kishormukesh96183 жыл бұрын
Ana ninga rendu oru variable kuduthu rendu pointer vachi oru example pottingala apadi potta compile aga mattiguthu athu char data type pa int nu mathunathan compile aguthu
@CodingGuidelinesTamil3 жыл бұрын
Nenga indha video la 12.30 timing la vara example ha soldringala ? Enna compiler use pandringa nenga?? Send ur code
@kishormukesh96183 жыл бұрын
Quincy 2005 use pandran bro
@kishormukesh96183 жыл бұрын
Int main() { Int x = 60; Int * y = &X; } Bro X variable yinna data type kuduku rommo antha data type pointer Ku kudthathan bro compile aguthu yillena error varuthu bro
@kishormukesh96183 жыл бұрын
@@CodingGuidelinesTamil bro example int x = 10; kuduthu pointer ra char nu kudutha compile aga mattiguthu bro
@CodingGuidelinesTamil3 жыл бұрын
@@kishormukesh9618 nenga once online gdb compiler la run panni paarunga.. appo kuda error varudha nu sollunga... Maximum varadhu.. appadi vandha enna source code eluthi irukingalo adhu Appadiyea copy panni Inga mention pannunga.. code crt ha work achu na sollunga bro.