Embedded Engineer

Embedded Engineer Interview Questions and Answers for Freshers

Updated 11 Jun 2024

Q1. What are storage class

Ans.

Storage classes in C specify the scope and lifetime of variables.

  • Storage classes include auto, register, static, and extern.

  • Auto variables are local to a block and have automatic storage duration.

  • Register variables are stored in CPU registers for faster access.

  • Static variables retain their value between function calls.

  • Extern variables are declared in one file and can be used in another file.

Q2. Explain structure program

Ans.

A structure program is a program that uses structures to group related data together.

  • Structures in C programming allow you to group related data together under one name.

  • You can define a structure using the 'struct' keyword.

  • Structures can contain different data types, including int, float, char, and even other structures.

  • You can access the members of a structure using the dot operator.

  • Example: struct employee { int id; char name[20]; float salary; };

  • Example: struct employee em...read more

Embedded Engineer Jobs

Telematics Embedded Engineer 5-10 years
Infosys Limited
3.7
Chennai
Embedded Engineer 1-3 years
Quest Global Technologies
4.0
Thiruvananthapuram
Embedded Engineer -Hyderabad 1-6 years
IIT Hyderabad
4.3
Hyderabad / Secunderabad
Are these interview questions helpful?
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.7
 • 10k Interviews
3.6
 • 3.6k Interviews
4.2
 • 325 Interviews
3.9
 • 289 Interviews
3.8
 • 267 Interviews
4.0
 • 50 Interviews
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Embedded Engineer Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter