Miscellaneous Company Exam Company Logical Reasoning

Is the meaning of It’s and Its,
(a) same                                   
(b) contradictory                                   
(c) no relation

Read Solution (Total 2)

Miscellaneous Company Exam Other Question

you have 20rs and you have to bye 20 fruit
1 mango cost 4rs
1 aple cost 50paise
1 banana cost 25paise
how many mango ,banana and apple you take at least one fruit from each catogery is required
In which line of the following, an error would be reported?
1. #deflne CIRCUM(R) (3.14*R*R);
2. main()
3. {
4. float r=1.O,c;
5. c= CIRCUM(r);
6. printf(”n%f”,c);
7. if(CIRCUM(r))==6.28)
8. printf(”nGobbledygook”);
9. }
a) line 1 b) line 5 c) line 6 d) line 7