Find the error in the following program struct point
{struct point *next; int data; } x; main() {int...data;
}
x;
main()
{int i;
for(x=p;x!=0;)
x=x->next,x++;
freelist(x);
}
freelist(x)
{free(x);
return
}
How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
what is strcture i++ i ++i answer to this i=5 what is the out put
Is stl open source?
Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.
if 4-5 year old brother is standing on d roof with me and watching d moon, suddenly moon coverd by cloud then how will i explain d hiding of moon to my brother.
What is stl stand for?
What are the components of stl?
write a piece of c++ code which allocate memory to the 50 object of type CObj
What is stl in c++ with example?
Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
i want a road rash 3d game code if some one know please help me
write a program that input four digit number and find how many 7 that number contains