[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Interview Questions and Answers :: Brocade

13. Then he wrote a program and asked some question from it.
int * sum (a, b)
{
Int *p, c;
c = a+b;
*p = &c;
Return p;
}
int main ()
{
Int *p;
P= sum(5,3);
Printf("%d" ,*p);
}
In case of multi threading what issue will be, How you will resolve it .

Answer:

No Discussion on this question yet!

Post Your Answer Here:      Public      Private

No Discussion on this question yet!