UrbanPro

Learn C Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

Does learning embedded C help without having any knowledge about microcontrollers?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

Maths Tutor

you should have some basic idea about microcontroller as their pin configuration and uses of pins .if you don't know about pin then how can you use those pins in your code.
Comments

Industrial expert and real developer not just a teacher

yes, it does help... let me tell you how... 1. Learning micro controllers and going through all those long theory and architecture sessions are boring. 2. Learning microcontroller and the digital circuit will be helpful if you are trying to implement your own logics using ICs maximum times or if...
read more
yes, it does help... let me tell you how... [Note: all my questions are purely based on what tools you are using] 1. Learning micro controllers and going through all those long theory and architecture sessions are boring. 2. Learning microcontroller and the digital circuit will be helpful if you are trying to implement your own logics using ICs maximum times or if you are trying to use some peripherials in your project. 3. Now a day school kids are learning embedded C, do you think it's good to teach them microcontroller's architecture? I am sure its a No. 4. Learning by doing will always enlighten your interest about the subject so when you do something working and made by you, this will help you increase your interest in your subject. 5. You don't require controller knowledge unless you are making a hyper optimised project that requires you to really access controllers memory organisation or register architecture. No important thing. As I clearly mentioned that my answer is totally based on the type of tools you are using. So if you are talking about programming an 8051 controller by writing C code in Keil C software or using assembly language... you are trapped you really need to learn controllers before making your hands dirty in few level of programming. But the world is changing and adopting new tools... these tools don't require any prior knowledge of the architecture of controllers for example in the case of Arduino. Someone requires fast results and good productivity... Arduino is your tool. One most important thing about learning by doing id when your interest in the subject grows your craving of getting more knowledge also grow... and when this happens once you are interested in the subject you will definitely find ways or learn controller by yourself later on. which I always recommend. My way is "DO - LEARN - REDO" so when you do it first time it increase your interest then you learn more and do it like a professional. :) Enjoy... read less
Comments

Related Questions

How do we print something, e.g. my name, in C language without using the printf function?
int main() { char str1; char str1; strcpy (str1,"tutorialspoint"); strcpy (str1,"compileonline"); puts(str1); puts(str1); return (0); } Compile and run the above program to produce the following result tutorialspoint compileonline
Praveen
0 0
6
What purpose does \n have in C programming?
is used for new line. It prints the output in New or next line
Nasar
0 0
9
I learned C. Shall I learn a new language or keep practicing C?
If you are confident about it then start a new language ,but keep practicing c
Nimesh
0 0
6
Write a programme to swap two numbers with out using a third variable and by using bitwise op-erators.
main(){ int a=5,b=10; printf("\r Before Swap"); printf("\r a=%d and b=%d",a,b); a^=b^=a^=b; printf("\r After Swap"); printf("\r a=%d and b=%d",a,b); return 0; }
Ranjeeth
What is C? Where it is used ?
C has the advantage that it is a relatively small language, which makes it easy to implement a C compiler (whereas a C++ compiler is a monster to write), and makes it easier to learn the language. C...
Chandi

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons


Program to swap the value of two variables without using third variable(simplest way)...
int main() { int a=10,b=20; printf("values of a before swap ="%d,a); printf("values of b before swap ="%d,b); a=a+b; b=a-b; a=a-b; printf("******************"); printf("values of a after swap...

What Would Be Life Cycle Of A Fresher After Campus In An IT Company?
1. Basic Technical Training: Since freshers are not subject matter experts so gone through 3 - 6 months basic technical training within Organization. 2. Technical Assessment: HR sends freshers to various...

Why C is a Language and not a database?
When I interviewed a candidate, I raised this question many times, but I have not got the answer correctly. To under why C is a language and not a database, it is good to understand why our communication...

Pointers Concept
Every variable has a memory location and every memory location has its address defined which can be accessed using ampersand (&) operator, which denotes an address in memory. Consider the following...

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for C Language Classes?

The best tutors for C Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C Language with the Best Tutors

The best Tutors for C Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more