. 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
2022char *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 ?
3202What is the fallacy in the following program segment ? int *f1() { int a=5; return &a; } f() int *b=f1() int c=*b; }
1 4148Draw 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;
2013Post New Geometric Software Engineering AllOther Interview Questions
send previousyear question paper for ongc gt 2011 chemical engineering written exam
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What is an onclick?
How do I show pages on wordpress?
we have registered to MCCIA(Maratta Chember of Commerce Ind & Agri.).They given a Tax Invoice against this registration with charging service tax@10.3%.can we take credit of this service charge ?
What is query string with example?
What is ipc and its types in linux?
What are the limitations of check constraint?
Which namespace has ‘popup’ and ‘thumb’ controls?
Give the range for the following six values 2, 7, 11, 19, 25, 33
How can we prevent browser from caching an aspx page?
Can you delete data element, which is being used by table fields?
Does Hive support record level Insert, delete or update?
Can you explain an application boundary?
What is an instancetype?