kiran dodani


{ City } amravati
< Country > india
* Profession *
User No # 82219
Total Questions Posted # 9
Total Answers Posted # 0

Total Answers Posted for My Questions # 2
Total Views for My Questions # 21509

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { kiran dodani }
Questions Answers Category 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

Geometric Software,

Engineering AllOther 1594

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

Geometric Software,

Engineering AllOther 3408

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 ?

Geometric Software,

Engineering AllOther 2775

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

Geometric Software,

1 Engineering AllOther 3286

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

Geometric Software, IBM,

1 Engineering AllOther 3793

Define function ? Explain arguments in functions ?

Geometric Software,

Engineering AllOther 1528

How does C pass variables to a function ?

Geometric Software,

Engineering AllOther 1579

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

Geometric Software,

Engineering AllOther 1929

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;

Geometric Software,

Engineering AllOther 1617




Answers / { kiran dodani }