Md Shoriful Islam Ashiq# Why & How passing array as an argument don’t need to pass by address?Solution:Oct 12Oct 12
Md Shoriful Islam Ashiq# In this program, in the function add_without_plus_opr, *b — , *a++ cannot do increment or…```Oct 11Oct 11
Md Shoriful Islam Ashiq# why pointers in c/c++ cannot work with ++ operators?Actually, pointers in C and C++ **can** work with the `++` operator. The `++` operator can be used to increment a pointer, which means it…Oct 11Oct 11
Md Shoriful Islam AshiqWriting good, meaningful, and standard Git commit messagesWriting good, meaningful, and standard Git commit messages is crucial for making your project history clear, understandable, and easy to…Sep 26Sep 26
Md Shoriful Islam AshiqJSON Web Token (JWT) argumentsThe jwt.sign() method is used to generate a JSON Web Token (JWT). It takes three main arguments:Jul 5Jul 5
Md Shoriful Islam AshiqUsing Generic in TypeScript about types <T> in the Code## Question 1: Here what is this <T> means?Jun 281Jun 281
Md Shoriful Islam AshiqHow `prev` parameter came? #reactjsIn the onChange handler for the checkbox in your PassGen component, the prev parameter in the arrow function setNum(prev => !prev)…Jun 12Jun 12
Md Shoriful Islam AshiqEasiest way to print `int 128 bit` or`unsigned int 128 bit`To print `__int128`, you must use `__int128_t`data type. Because there is no data type named __int128. At least I didn’t find any till now.Jun 4Jun 4
Md Shoriful Islam AshiqUsage of Common “Header files” in C programmingEach of these header files serves a specific purpose in a C program:May 271May 271
Md Shoriful Islam AshiqEnhancing Internet Speed Through CMD CommandsTo improve your internet connection using cmd, you can leverage several built-in Windows features. These include managing DNS cache…May 3May 3