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
}
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is Template Specialization?
What is Constructor
Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.
What is stl in c++ with example?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
What are the components of stl?
What two types of containers does the stl provide?
write a program that input four digit no and finds it is palindrome or not
What does stl mean in slang?
how to overload << and >> operator in c++