what are function pointers?
No Answer is Posted For this Question
Be the First to Post Answer
wap to accept 10 numbers & display the number of odd and even numbers??
How long does it take to get good at leetcode?
Difference between strdup and strcpy?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Explain selection sorting. Also write an example.
When should we use container classes instead of arrays?
How to stop conversions among objects?
sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?
what is C++ objects?
Generally variables are stored in heap memory. When he variables are created in stack?