Bosch Interview
Bosch Interview
The interview was for people with 2 years of experience, but I with 1 year of experience, took a
chance. I was instructed at the beginning of the interview that “Look, though you do not have 2
years of experience, yet I thought I shall spend some time with you”. I said “My pleasure”. Then
he went ahead with the interview.
#include
#define clrscr() 500
void main()
{
printf(”%d”, clrscr());
}
“Tell me a situation where pointers come in handy and that situation cannot be handled
otherwise?”
No answer.
“Write a function with and without using pointers to swap two numbers?”
Yeah that is the answer to your earlier question..
char a[10];