Placement Papers: Geometric Software Pattern and Interview Procedure 2006
Download PDF of This Page (Size: 110K) ↧
Examrace Placement Series prepares you for the toughest placement exams to top companies.
The written test consists of three sections.
Section 1 is an aptitude section and consists of MCQ's
Section 2 is basic computer awareness and also has MCQ's
Section 3 is a C Test which is a subjective test
Interview: The test is followed by an interview. One must prepare questions related to basic geometry. Questions like proving the sum of all angles of a triangle is 180 degrees, proving that an angle of 90 degrees is subtended have been asked. Besides these, questions based on C and Computer graphics are also asked.
-
fallacy f () { int a; void c; f2 (&c, &a) }
-
a = 0; b = (a = 0)? 2: 3
-
What will be the value of b? why
-
If in 1st stmt a = 0 is replaced by-1, b =?
-
If in second stmt a = 0 is replaced by-1, b =?
-
-
char * a[2] int const * p; int * const p; struct new { int a; int b; * var[5] (struct new) }
-
f () { int a = 2; f1 (a + + ); } f1 (int c) { printf ( “%d” c); } c =?
-
f1 () { f (3); } f (int t) { switch (t); { case 2: c = 3; case 3: c = 4; case 4: c = 5; case 5: c = 6; default: c = 0; }} value of c?
-
Fallacy int: * f1 () { { int a = 5; return &a; } f () int * b = f1 () int c = * b; }
-
Solve these
-
Function returning an int pointer
-
Function ptr returning an int ptr
-
Function ptr returning an array of integers
-
array of function ptr returning an array of integers (See Scham series book)
-
-
fallacy int a; short b; b = a
-
Define function? Explain about arguments?
-
C passes By value or By reference?
-
Post processed code for abc = 1; b = abc1 (1 or 2 blank lines are given); strcpy (s, “abc” ); z = abc
-
difference between my-strcpy and strcpy? check
-
f () { int * b; * b = 2; }
-
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree (Study). Check
-
Calling refernce draw the diagram of function stack illustrating the variables in the____then were pushed on the stack at the point when function f2 has been introduced type def struct