. 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
2125char *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 ?
3314What is the fallacy in the following program segment ? int *f1() { int a=5; return &a; } f() int *b=f1() int c=*b; }
1 4323Draw 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;
2108Post New Geometric Software Engineering AllOther Interview Questions
explain what is an endless loop?
What is apache server and how it works?
What is the latest version of codelgniter? Lists its new features.
Is there any function in oracle similar like group_concat of mysql?
How do I stop microsoft compatibility telemetry?
What is oauth in simple words?
What does a powerful template do?
Mention the various kinds of businesses transactions?
Is javascript a dynamic language?
What are the different types of trading that exist?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What are examples of web services?
Can you freeze a row in word?
Can we override static method in php?
What does ctrl f4 do in excel?