what is Loop function? What are different types of Loops?
No Answer is Posted For this Question
Be the First to Post Answer
print first nodd numbers in descending order
What are the popular tools used to detect memory leaks in c++
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }
What is a .h file c++?
How the keyword struct is different from the keyword class in c++?
What is a c++ map?
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
What is a storage class used in c++?
What are the advantages of using a pointer?
throw Can constructors exceptions?
What is math h in c++?