. 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
2040char *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 ?
3223What is the fallacy in the following program segment ? int *f1() { int a=5; return &a; } f() int *b=f1() int c=*b; }
1 4180Draw 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;
2029Post New Geometric Software Engineering AllOther Interview Questions
Its danger for human to sleep at night under a big a tree, why its not danger for birds because they sit on the tree whole night?
Where is the shortcut menu?
What is 0xc0000142?
Distinguish HDFS Block and Input Unit?
What are jquery plugins?
i can done the project with QTP in that time i can say how many members in my team size?
which thing is most necessary for international cal center? how can i improve my voice and accent ?
What are the different methods of session management in servlets?
how do u set partition points in the mapping?
What are the disadvantages of manual accounting?
How do I show toolbar?
Share 2 high complexity and 2 low complexity test cases for a coke vending (ATM) machine.
Why is the air gap between the pole pieces and the armature kept very small?
What is smp and mpp platforms?
Explain the purpose of cache? How is it used? : Dot net architecture