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 |
How can a process change an environment variable in its caller?
Describe dynamic data structure in c programming language?
What is pointer in c?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
What is register variable in c language?
How to set file pointer to beginning c?
define string ?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
What is a const pointer, and how does it differ from a pointer to a const?
What are keywords c?