Programs:
1.write a program to print the number between the given limit which has difference 1 between their adjacent digits.
sample Input:100
sample output:10,21,32,12,43,87,43,34...........<100
2. Encode a string using given condition
Condition 1: a->b,b->c,c->d,d->e,........y->z,z->a
Condition 2: A->B,B->C,C->D.............Y->Z,Z->A
sample input: aabac
sample output:bbcbd
2nd round:
Difference between struct and union
Which is faster? Switch loop or if-else loop
what is break and continue
Asked to write program of 1st round with slight changes in scenario
Given some snippets and asked what will be the output(Need in-depth knowledge to crack)