Programming Code (840)
Scripts_Markup Code (257)
What is the output when we execute list(“hello”)?
why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
What output does this program generate as shown? Why? class A { A() { cout << "A::A()" << endl; } ~A() { cout << "A::~A()" << endl; throw "A::exception"; } }; class B { B() { cout << "B::B()" << endl; throw "B::exception"; } ~B() { cout << "B::~B()"; } }; int main(int, char**) { try { cout << "Entering try...catch block" << endl; A objectA; B objectB; cout << "Exiting try...catch block" << endl; } catch (char* ex) { cout << ex << endl; } return 0; }
In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?
What is data _null_? ,Explain with code when u need to use it in data step programming ?
code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
write a program to calculate the amount of investment after a period n years if the principal investors was p and interest is calculated using compound interest,formular=a=p(1+r)^n
Write a program to find sum of the digits of a number in python?
What is a valid XML document?
Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.
code to positioning of window in certain dimensions
Create a program to read two random data set in two files named data1.txt and data2.txt manifold contains integer numbers, whereas data2.txt file contains the float type numbers. Simpanlahmasing each into 2 pieces of data that is an array of type integer array and an array of type float, then calculate the average numbers in the second array.
What are the benefits of XML?
JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply