Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Geometric Software Engineering AllOther Interview Questions
Questions Answers Views Company eMail

. Give the C language equivalents of the following a)Function returning an int pointer b)Function pointer returning an int pointer c)Function pointer returning an array of integers d)Array of function pointer returning an array of integers

1582

What is the mistake in the following program segment ? f() { int a; void c; f2(&c,&a);}

3394

char *a[2]; int const *p; int *const p; struct new { int a;int b; *var[5] (struct new)} Describe the statements in the above given construct ?

2764

What is the fallacy in the following program segment ? int *f1() { int a=5; return &a; } f() int *b=f1() int c=*b; }

1 3271

Find the fallacy in the following program segment? int a; short b; b=a;

1 3773

Define function ? Explain arguments in functions ?

1517

How does C pass variables to a function ?

1567

Explain the following program segment. f(){ int *b; *b=2; }

1918

Draw the diagram showing the function stack, illustrating the variables that were pushed on the stack at the point when function f2 has been introduced . type def struct { double x,double y} point; } main( int argc, char *arg[3]) { double a; int b,c; f1(a,b); } f1(double x, int y) {point p; stack int n; f2(p,x,y) } f2(point p, double angle) { int i,j,k,int max;

1609

Post New Geometric Software Engineering AllOther Interview Questions




Un-Answered Questions

What are the most important characteristics of pl/sql?

560


Consider this scenario : I have a property of type decimal, I need to restrict it to two decimal places only. How easily this can be done?

169


What are ajax controls?

485


What is a template in grails?

5


What is meaning of 'atomic' keyword?

521






What is use of dagger in android?

478


What is the difference between Java and .NET garbage collectors?

499


How can we use multiple transactions by using bdc_insert? : abap bdc

630


Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?

523


What are parallel querys and query hints?

1774


how is corona effect can be detected??

1544


Why big data use?

214


What Entry Will Be Passed for Writing Off the Discount On Issue of Shares?

589


What are the important aspects of a hr plan for the project team?

587


What is container struts2?

519