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 / 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 |
Post New Answer View All Answers
Why isnt there a numbered, multi-level break statement to break out
Explain threaded binary trees?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Why do we need volatile in c?
How the c program is executed?
If the size of int data type is two bytes, what is the range of signed int data type?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Explain the difference between exit() and _exit() function?
Explain what is the difference between a free-standing and a hosted environment?
What are the string functions? List some string functions available in c.
Is it fine to write void main () or main () in c?
What is sizeof array?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
What is an auto variable in c?
Is it possible to execute code even after the program exits the main() function?