Month: June 2022

8.3 USING POINTER WITH DIFFERENTYPES OF DATA

8.3 ডাটাৰ পৃথকপিচৰ সৈতে পইণ্টাৰ ব্যৱহাৰ কৰি In all the example above, a pointer was used to point to an integer. It can also be used to point to other types of variables. In Example 8.7. we present a C program to access a character variable using a pointer. the syntax remains same. ওপৰৰ সকলো…

Read the full article