Skip to main content

continental embedded C programming questions

Continental interview questions

Mathematical Foundation in Embedded Programming

Conversions between Different Basis;
Data Representations in Computers;
Elements of Boolean Logic;
Straight-Line Equation and Linear Interpolation;
Basic Operations with Vectors and Matrixes;
Number Representations in Computer Memory: Little Endian vs. Big Endian;
Optional:  Error Detection Codes. 

Introduction to the C Language

What is a Programming Language?
What is a Compiler?
The C Language and its Advantages.
C Syntax and Constructs.
The Structure of a C Program. 

Steps to Compile a Program

Compilation Phases;
Multi-File Compilation;
Header Files;
The Linking Process;
Building an Executable Version of a C Program;
Debugging a C Program;
Examining and Running a C Application Program.

Data Types and Variables

Data Types;
Type Casting;
Type Definitions and Structures;
Union vs. Struct;
Initializing Variables;
Extern Declarations;
Operands, Operators, Bit-Wise Operators, and Arithmetic Expressions.

Control-flow Statements

Control Structures;
Functions;
Problem Breakdown with Functions.

Arrays, Pointers, and Strings

Arrays;
Initializing Arrays;
Pointers, Addresses and Memory;
Address Arithmetic;
Strings and String Constants.

Memory Allocation

Memory Organization and Storage Classes;
Passing Parameters by Address;
Passing Arrays as Parameters.

Comments

Popular posts from this blog

CAN INTERVIEW QUESTIONS

Qualifiers and Modifier in C

RTOS Real time operating system interview questions

CAN INTERVIEW QUESTIONS 2

What is UDS protocol

Memory mapping in c

TOP IOT PLATFORMS