du u know test pattern for robosoft? Plz share
Answer Posted / 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 View All Answers
What are the 4 types of functions?
Can we change the value of static variable in c?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Is c still relevant?
How many levels deep can include files be nested?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What are enumerated types?
Explain what is the difference between a string and an array?
What is c programming structure?
What is the difference between array and structure in c?
what will be the output for the following main() { printf("hi" "hello"); }
Do you know what are the properties of union in c?
What are the uses of null pointers?
What is the equivalent code of the following statement in WHILE LOOP format?
Explain how can I avoid the abort, retry, fail messages?