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 |
Can i use Two or More Main Funtion in any C program.?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
what is the little endian and big endian?
What are categories used for in c?
How does selection sort work in c?
What is boolean in c?
what different between c and c++
I want tcs placement papers of 2004-2009 , its urgent
what is the difference between char * const and const char *?
What is the process of writing the null pointer?