For more...

C Interview Questions (Part - 4)




Part1  |    Part2   |     ; Part3  |    ; Part4


151) #include
main()
{
char * str = "hello";
char * ptr = str;
char least = 127;
while (*ptr++)
least = (*ptr

Check these interesting links also

.