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 would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
What is d'n in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
what is stack , heap ,code segment,and data segment
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
How to write a code for reverse of string without using string functions?
Find occurence of a character in a sting.
What is sparse file?
Why should I use standard library functions instead of writing my own?
What is maximum size of array in c?