Hi Every one...........I have been selected for the SBI
Clerk. But i m one month Pregnanat. So anyone please
suggest me, is they take any objection on my joining .
Answer Posted / arti
Hi, Preeti,in case you are getting selected ,the next step is medical checkup which is the must,the bank says.The selected candidate after the date of selection have to be in probation period for 6months from the date of joining.So,if it does not clashes with your DOD(Date of Delivery)then you are safe.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is sizeof c?
What is difference between %d and %i in c?
Write a program to find the biggest number of three numbers in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the easiest sorting method to use?
What is a pointer value and address in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Explain what standard functions are available to manipulate strings?
How will you divide two numbers in a MACRO?
Explain what is the benefit of using enum to declare a constant?
Explain the difference between call by value and call by reference in c language?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is #include called?
Where static variables are stored in c?