daily Routine of father


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


What are the two types of comments?

0 Answers  


When is dynamic checking necessary?

0 Answers  


How would you use qsort() function to sort an array of structures?

0 Answers  


Can char be a number c++?

0 Answers  






How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


What do you mean by a template?

0 Answers  


Explain the pure virtual functions?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

0 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

0 Answers  


Categories