473,480 Members | 2,123 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Embedded systems

1 New Member
hello friends, Im working as embedded software engineer in a small private company. I learnt more programming skills & techniques in my embedded field with few years of experience. Mostly, we are using C language programming. I have implemented some industrial protocols also. But I came to know that i doesnt know C programming perfectly from which that I was faced in all my interviews. Im having some doubts in C programming. Can anybody share with my questions and answering. Friends, I hope atleast one can respond me asap. Its my ID: ********@********.***. (Im sorry, If wasted your time).
May 20 '07 #1
2 1388
JosAH
11,448 Recognized Expert MVP
hello friends, Im working as embedded software engineer in a small private company. I learnt more programming skills & techniques in my embedded field with few years of experience. Mostly, we are using C language programming. I have implemented some industrial protocols also. But I came to know that i doesnt know C programming perfectly from which that I was faced in all my interviews. Im having some doubts in C programming. Can anybody share with my questions and answering. Friends, I hope atleast one can respond me asap. Its my ID: ********@********.***. (Im sorry, If wasted your time).
Feel free to ask your questions here in public; that's what a public forum is all
about: you write here, you read here and maybe others can learn something from
your questions and the answers supplied to you.

kind regards,

Jos
May 20 '07 #2
AdrianH
1,251 Recognized Expert Top Contributor
hello friends, Im working as embedded software engineer in a small private company. I learnt more programming skills & techniques in my embedded field with few years of experience. Mostly, we are using C language programming. I have implemented some industrial protocols also. But I came to know that i doesnt know C programming perfectly from which that I was faced in all my interviews. Im having some doubts in C programming. Can anybody share with my questions and answering. Friends, I hope atleast one can respond me asap. Its my ID: ********@********.***. (Im sorry, If wasted your time).
Some questions should be related to what you have on your resume.
  1. Why did you do blah blah.
  2. How did you do it?
  3. What was your reasoning for doing so.
  4. If you could do it over again, would you take the same route? Why?
As for coding questions:
  1. How would you implement a stack, single linked list, double linked list? (Tests your knowledge on your programming skills).
  2. What does void * (*fn)(int, double) mean?
  3. You were presumably asked questions in your interviews that threw you. What were they?


Adrian
May 20 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

12
3060
by: Brandon | last post by:
Java seems to have taken off as the platform and language of choice for many embedded devices. Would it be feasible for Python(perhaps running on an embedded version of Linux) to act in such a...
12
2947
by: Bill Hanna | last post by:
C is inadequate for embedded systems for the following reasons: 1) Direct addressing of memory mapped I/O is not supported simply and easily. You have to find work-arounds that are compiler...
49
8893
by: Alex Vinokur | last post by:
Are there any restrictions/problems for use of C++ STL in development in embedded systems? In particular: * Does STL require too much space/memory? * Is 'implementation of STL...
10
2485
by: Alex Vinokur | last post by:
The memory allocation issue in embedded systems is usually critical.. How can one manage that? 1. Via 'new' char* p = new (nothrow) char ; if (p == 0) { // He we know that it is impossible...
20
22466
by: Jack | last post by:
Is there a Python packaging that is specifically for embedded systems? ie, very small and configurable so the user gets to select what modules to install? For Linux-based embedded systems in...
0
2235
by: YellowFin Announcements | last post by:
Whitepaper: "Yellowfin Reporting" enables Embedded Business Intelligence -------------------------------------------------------------------------------- Embedded reports are a standard...
2
1290
by: pdeivanayagam | last post by:
hi i hav cmpltd my engg.i am thnkng of doing an embedded systems. course...can i knw abt prospect of embedded systems?wut will be the oppurtunities available in embedded systems?i want some...
14
1861
by: Martin Wells | last post by:
When I want to store a number, I use "unsigned". I go with unsigned because it's the natural type for the system, and so should be the fastest. However, there are 8-Bit microcontrollers out...
20
2003
by: =?ISO-8859-1?Q?Tom=E1s_=D3_h=C9ilidhe?= | last post by:
There are a few guarantees I exploit in the C Standard. For instance, I might write (unsigned)-1 to get the maximum value for an unsigned integer. Also, I might rely on things such as: ...
30
4235
by: =?ISO-8859-1?Q?Tom=E1s_=D3_h=C9ilidhe?= | last post by:
Let's say we had a simple function for returning the amount of days in a month: unsigned DaysInMonth(unsigned const month) { switch (month) { case 8: case 3: case 5:
0
7048
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6911
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7050
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
6966
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5344
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4787
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
2999
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
564
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
185
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.