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 .
Answers were Sorted based on User's Feedback
Answer / subham verma
Firstly i congrats 2 u ....
you can easily join it and after 6 months you can easily
take leave from bank.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What is line in c preprocessor?
Write a c program to demonstrate character and string constants?
How is null defined in c?
find the sum of two matrices and WAP for it.
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
What is the difference between null pointer and wild pointer?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.