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 |
write a program to add two numbers of any size.....(remember any size)
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
wtite a program that will multiply two integers in recursion function
What is the default value of local and global variables in c?
Does free set pointer to null?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What is the -> in c?
difference between ordinary variable and pointer in C?
what is the significance of static storage class specifier?
Explain what is the heap?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
What are the advantages of c preprocessor?