Month: June 2022

7.2 USING POINTER WITH A VARIABLE

7.2 এটা চলকৰ সৈতে পইণ্টাৰ ব্যৱহাৰ কৰি In the above program of Example 8.2, if We want to have a pointer that stores the address of the variable X, we can do so with the code segment below. উদাহৰণ 8.2-ৰ ওপৰোক্ত প্ৰ’গ্ৰামত, যদি আমি পৰিৱৰ্তনশীল এক্স-ৰ ঠিকনা সংৰক্ষণ কৰা এটা পইণ্টাৰ ৰাখিব বিচাৰো, আমি তলৰ…

Read the full article

8.1 INTRODUCTION

8.1 পৰিচয় Recall our discussion from Class IX that when we declare a variable in a C program, some space is allocated for that variable in Computer memory. The space has a specific location and it is identified by its address. নৱম শ্ৰেণীৰ পৰা আমাৰ আলোচনামনত পেলাওক যে যেতিয়া আমি চি প্ৰ’গ্ৰাম এটাত চলক ঘোষণা…

Read the full article