Data Declarations And qualifiers - Embedded C Programming Frequently Asked Interview Questions

What is qualifiers In Embedded C Programming? Qualifiers defines the property of the variable. Two qualifiers are const and volatile. The ...

What is Storage class - Embedded C Programming Frequently Asked Interview Questions

What is Storage class? Explain with example The storage class determines the part of memory where storage is allocated for an object (pa...

Embedded C Programming Basic Questions for Job Interview and Lab Examination (Viva Tips)

A. Program to Reverse a single linked list Node *Reverse (Node *p) { Node *pr = NULL; while (p != NULL) { Node *tmp = p->ne...

C Programming Questions for Job Interview and Lab Examination (Viva Tips)

C Programming Questions Part - I A. Write a macro for set and reset, swap. #define SET_BIT( _X_, _NO_ ) ( 1<<(_X_-1)) | _NO_ #...

Pulse Width Modulation Simulation in Micro-controllers(PIC16F877)

This simulation depicts generation of PWM waves using Flow Code Simulation techniques. It will help to understand how to control speed of...

Servo with ADC control input ,Flow Code Simulation

In this simulation we are working with two servo channels as output and two ADC channels for input.Degree of rotation of servo is control...

Hot in week

Recent

Comments

Our Channel

Contact Us

Name

Email *

Message *

index