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_ #...

Hot in week

Recent

Comments

Our Channel

Contact Us

Name

Email *

Message *

archive