du u know test pattern for robosoft? Plz share



du u know test pattern for robosoft? Plz share..

Answer / unni

1'st round to write a program in c or c++.
2'nd round technical interview, we have to answer for oops
concept, data structure and the language chooses in the
first round. finally HR

Is This Answer Correct ?    13 Yes 0 No

Post New Answer

More C Interview Questions

Toggle nth bit in a given integer - num

5 Answers   Qualcomm,


What is difference between array and pointer in c?

0 Answers  


What do you mean by c what are the main characteristics of c language?

0 Answers  


How can you allocate arrays or structures bigger than 64K?

0 Answers  


Do you know the difference between malloc() and calloc() function?

0 Answers  






Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  


I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....

2 Answers  


How can I find out how much free space is available on disk?

0 Answers  


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


Tell me when would you use a pointer to a function?

0 Answers  


In C language, a variable name cannot contain?

0 Answers  


What is non linear data structure in c?

0 Answers  


Categories