. 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
2087char *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 ?
3265What is the fallacy in the following program segment ? int *f1() { int a=5; return &a; } f() int *b=f1() int c=*b; }
1 4263Draw 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;
2064Post New Geometric Software Engineering AllOther Interview Questions
what is sql server agent? : Sql dba
What are the two ways of producing a list within a transaction?
How do you clear environment variables?
Can you list different types of washing faults?
explain software as a service?
What are ibeacons in ios? : IOS Architect
What does 7L67GFCA stands for in a marine engine MITSUI?
How do you react to instruction and criticism? : insurance sales
Explain raiserror in sql server?
What is the purpose of @key?
What is an api route?
How do I create an equation in excel?
what is a coach?
How do you solve cyclic redundancy check?
List different ways of empty an array in javascript?