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 Array?
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
What does & mean in scanf?
What are structure members?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
what is structuer?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
how many argument we can pas in in a function
what do the 'c' and 'v' in argc and argv stand for?
What is new line escape sequence?
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.