Mahasin Sarkar

I am an expert Android app developer and entrepreneur coding my first and last passion.

12/04/2024

🙋Bhai log konsi category se news pasand hai aapko?? 🤔🗞️

25/03/2024

If you have any app-based startup plans, then you can contact me directly through Google Meet 👉 https://calendly.com/mahasindeveloper/30-minutes-to-talk-about-anything-1

25/03/2024

Do you know what is Indus App Store?
Indus App Store to replace Google Play Store😎

30/05/2023

How Pointer Works?? Simplest Example | C Programming | EduTock | Bangla Tutorial
A pointer is a variable that stores the memory address of another variable as its value. A pointer variable points to a data type (like int ) of the same type and is created with the * operator.

👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/13884...
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

So if you're ready to take control of your future and invest in your skills, make sure to check out our website today! Whether you're a beginner or an advanced learner, we have the resources and expertise you need to succeed.

29/05/2023

Keywords | Variables or Memory address In C Program || C Programming Bangla 2023 | EduTock
-------------------------------------------------------------------------------------------

In C programming, a variable is a named location in memory that can store data. Variables are declared using the keyword int, float, char, double, etc., followed by the variable name. For example, the following code declares a variable named my_age of type int:
int my_age;
When a variable is declared, the compiler allocates a memory location for it. The memory location is assigned a unique address. The address of a variable can be obtained using the & operator. For example, the following code prints the address of the my_age variable:
printf("%p\n", &my_age);
The output of the above code will be a hexadecimal number. The hexadecimal number is the address of the my_age variable in memory.

In C programming, variables can be used to store data of different types. The type of a variable determines the size and range of values that can be stored in the variable. For example, an int variable can store an integer value, a float variable can store a floating-point value, and a char variable can store a character value.

Variables can be used to store data that is used by the program. For example, a program that calculates the area of a circle might use a variable to store the radius of the circle. Variables can also be used to store data that is input by the user. For example, a program that asks the user for their name might use a variable to store the user's name.

Variables are an important part of C programming. They allow programs to store data and manipulate that data. By understanding how variables work, you can write more effective and efficient C programs.

Here are some additional keywords that are related to variables in C programming:

sizeof: The sizeof keyword is used to get the size of a variable.
typedef: The typedef keyword is used to create a new type from an existing type.
enum: The enum keyword is used to create an enumeration.
struct: The struct keyword is used to create a structure.
union: The union keyword is used to create a union.
I hope this helps! Let me know if you have any other questions.

👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/13884...
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

So if you're ready to take control of your future and invest in your skills, make sure to check out our website today! Whether you're a beginner or an advanced learner, we have the resources and expertise you need to succeed.

22/05/2023

C Programming Bangla Tutorial | Loops in One Shot | for, while, do while loop
----------------------------------------------------------------

C Programming Bangla Tutorial | Loops in One Shot | for, while, do while loop

Here are some tips for writing a unique loop description:

Be specific. Don't just say that the video is "interesting" or "funny." Instead, try to describe what makes the video unique.
Be engaging. Use language that will make viewers want to watch the video.
Be informative. Provide additional information about the video, such as the creator, the topic, or the length.
Here are some examples of unique loop descriptions:

"This video shows how to make a delicious chocolate cake."
"This video is a funny montage of bloopers from a recent TV show."
"This video is a fascinating look at the history of the internet."
By following these tips, you can write a unique loop description that will make your videos more engaging and informative.

Here are some additional tips for writing a unique loop description:

Use keywords that are relevant to the video. This will help people find your video when they are searching for information on the topic.
Use a call to action. Tell viewers what you want them to do after they watch the video, such as subscribe to your channel or visit your website.
Keep it short and sweet. People are more likely to read a short description than a long one.
By following these tips, you can write a unique loop description that will help you reach more viewers and grow your YouTube channel.

👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/13884...
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

So if you're ready to take control of your future and invest in your skills, make sure to check out our website today! Whether you're a beginner or an advanced learner, we have the resources and expertise you need to succeed.

15/05/2023

What is Operator in C Language ? Practical in C Language | By EduTock
---------------------------------------------------------------------------
What is Operator in C Language ? Practical in C Language | By Rahul Chaudhary
Welcome to our Channel,
In this video, we will learn about operator. Operators plays important role in coding because without operator we can't do any mathematical equation, condition, logics etc.
So, operators are very important term in C language.
There are different terms for Operator:-
1) Arithmetic Operator
2) Relational Operator
3) Logical Operator
4) Comma operator etc.
Watch the video and grab it easily.
👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/13884...
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

So if you're ready to take control of your future and invest in your skills, make sure to check out our website today! Whether you're a beginner or an advanced learner, we have the resources and expertise you need to succeed.

13/05/2023

Operators in C Language in Bangla | What is the operator? and its types in detail | EduTock
-----------------------------------------
operators in c notes
arithmetic operators in c
operator in c programming
logical operator in c language
logical operator in c
explain different operators in c
explain operators in c
what are operators

👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/13884...
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

So if you're ready to take control of your future and invest in your skills, make sure to check out our website today! Whether you're a beginner or an advanced learner, we have the resources and expertise you need to succeed.

06/05/2023

Installing a C IDE and Writing Your First C Code | Bangla Tutorial 2023

Installing a C IDE and Writing Your First C Code | Bangla Tutorial 2023 | Want to learn C programming? In this video, you can learn how to install a C IDE and the rules of writing your first C code. Even if you don't have any coding experience, you can learn to write C code by watching this video. Get started with your C programming journey today!

Video Link - https://youtu.be/6Uweer52qLg

👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/1388487658650956
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

Installing a C IDE, Writing Your First C Code, Bangla Tutorial, C Programming, C IDE, Code Editor, Code Writing Tutorial, Programming Tutorial

04/05/2023

C Language - Components Of C Language | Bangla Tutorial 2023

In this Bangla tutorial on the C programming language, you will learn about the various components of the language. This will include an explanation of preprocessor directives, function declarations and definitions, variable declarations, statements and expressions, and comments. Additionally, the tutorial will cover other program elements such as control structures, data structures, and input/output functions. By the end of the tutorial, you should have a solid understanding of the building blocks of the C programming language and be able to use them to create your own programs.

👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/1388487658650956
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

So if you're ready to take control of your future and invest in your skills, make sure to check out our website today! Whether you're a beginner or an advanced learner, we have the resources and expertise you need to succeed.

12/04/2023

Four sources to connect with EduTock are Facebook, Instagram, Twitter and Facebook groups, and YouTube.
Tropic 2023--
👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/1388487658650956
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

So if you're ready to take control of your future and invest in your skills, make sure to check out our website today! Whether you're a beginner or an advanced learner, we have the resources and expertise you need to succeed.

.

12/04/2023

Switch Statement in Programming | Example of a Calculator using Switch Statement":

In this video, we'll be discussing the switch statement in programming and how it can be used to create a calculator. We'll start by giving an overview of the switch statement and how it works, including its syntax and use cases.

Next, we'll dive into creating a simple calculator using the switch statement in JavaScript. We'll prompt the user to enter two numbers and an operator, and then use the switch statement to determine which operation to perform based on the operator entered.

We'll then walk through the code step by step, explaining each line and how it contributes to the final result. Along the way, we'll cover important concepts such as parsing user input and handling errors.

Finally, we'll run the program and demonstrate how the switch statement enables us to create a powerful and flexible calculator with just a few lines of code.

By the end of this video, you'll have a solid understanding of the switch statement in programming and how it can be used to solve real-world problems like creating a calculator.
Tropic 2023--
👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/1388487658650956
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

So if you're ready to take control of your future and invest in your skills, make sure to check out our website today! Whether you're a beginner or an advanced learner, we have the resources and expertise you need to succeed.

C programming, Switch statement, C language, Control statements, Programming tutorial, Code examples, Beginner programming, C switch case, Switch case statement, C programming basics

12/04/2023

"Learn How to Use Switch Statements in [Programming Language] with Examples"

A switch statement is a control flow statement used in programming languages that allows you to test an expression against multiple values and execute different code blocks based on the matching case.

The syntax for a switch statement typically looks like this:
switch (expression) {
case value1:
// code block to be executed when expression matches value1
break;
case value2:
// code block to be executed when expression matches value2
break;
...
default:
// code block to be executed when none of the cases match
break;
}

In this code block, expression is the value being tested, value1, value2, etc. are the possible matching cases, and default is the code block executed when none of the cases match.

Using a switch statement can help simplify your code and make it more readable when you need to test a variable against multiple values. To learn how to use switch statements in your preferred programming language, check out tutorials or examples on YouTube or other online resources.

Tropic 2023--
👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/1388487658650956
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

So if you're ready to take control of your future and invest in your skills, make sure to check out our website today! Whether you're a beginner or an advanced learner, we have the resources and expertise you need to succeed.

06/04/2023

"Switch Statement Tutorial: How to Use Switch Statements in Programming"
In this video tutorial, you will learn how to use the Switch Statement in C programming. The Switch Statement is a powerful control structure that allows you to execute different blocks of code based on the value of a variable or an expression. You will see how to write a Switch Statement, how to use it with different data types, and how to handle multiple cases and default cases. You will also learn some best practices and common mistakes to avoid when working with Switch Statements in C.

This tutorial is suitable for beginners who have some basic knowledge of C programming, as well as for intermediate programmers who want to deepen their understanding of the Switch Statement. The video is accompanied by clear explanations, examples, and code snippets that you can follow along and try out yourself. By the end of this tutorial, you will have a solid grasp of the Switch Statement and how to use it effectively in your own C programs.
Tropic 2023--
👉Follow Us on Facebook-- https://www.facebook.com/edutock786
👉Join Us Facebook Group-https://www.facebook.com/groups/1388487658650956
👉Follow Us on Twitter-- https://twitter.com/EduTock
👉Follow Us on Instagram-- https://www.instagram.com/edutock786/
👉Us Website-- https://edutock.com/

Welcome to our Skill Development Learning Platform! Here, we are dedicated to helping individuals enhance their skills and reach their full potential. Whether you're looking to transition into a new career or improve your current skillset, our platform has everything you need.

Our comprehensive courses are designed by industry experts who have years of experience and a deep understanding of the skills you need to succeed. With our interactive multimedia tools, you'll have a fun and engaging learning experience, and our flexible learning options allow you to study at your own pace.

Our mission is to make skill development accessible to everyone, regardless of their location, background, or financial situation. That's why we offer our courses at an affordable price and provide accessible learning options for students with disabilities or limited access to traditional learning resources.

So if you're ready to take control of your future and invest in your skills, make sure to check out our website today! Whether you're a beginner or an advanced learner, we have the resources and expertise you need to succeed.

Want your public figure to be the top-listed Public Figure in Balurghat?
Click here to claim your Sponsored Listing.

Videos (show all)

Do you know what is Indus App Store?

Category

Telephone

Website

Address


Balurghat
733101

Other Entrepreneurs in Balurghat (show all)
Paltan tv Paltan tv
Balurghat, 120@1

আমাকে ফলো করুন [email protected]

Hangla হ্যাংলা Hangla হ্যাংলা
Balurghat, 733101

Parvez Palak Parvez Palak
Balurghat

I am Parvez Hossain Palak I am a Professional Digital Marketer

Attitude Manik Attitude Manik
NH512
Balurghat

Pragati Life Insurance Ltd,Abirpara Bazar sonaimori Noakhali Pragati Life Insurance Ltd,Abirpara Bazar sonaimori Noakhali
Balurghat

সবাইকে প্রগতি লাইফ ইনসুরেন্সের লিমিটেড এর পক্ষ থেকে আন্তরিক শুভেচ্ছা ও অভিনন্দন

Follow To Follow BG- 997 Follow To Follow BG- 997
World Road
Balurghat, 1230

Enter descriptionViedo uploading

TextLock TextLock
Balurghat, TAPANDAKSHINDINAJPUR

WALLO Bazaar WALLO Bazaar
Friends Union Market, 1st Floor
Balurghat

DATAPRO-AISECT DATAPRO-AISECT
Duckbanglo Para
Balurghat, 733101

DATAPRO-AISECT Affiliated by W.B.S.C.T.E. & P.B.S.S.D. Govt. of W.B. And Dr. C.V. R. U., & R. N.T.U

Surajit Ghosh Surajit Ghosh
Buniadpur
Balurghat, 733121

Humanism

Kaira mahanta - Business with Beauty Kaira mahanta - Business with Beauty
Jamini Majumder Lane
Balurghat, 733103

For any question about Beauty And Business just feel free contact with me .

Hope For Life Baadshah Choudhury Hope For Life Baadshah Choudhury
Balurghat

By VALLARD