Answer Posted / chandrakant rohi
sizeof is a operator it size of variable
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Write a function to find the nth item from the end of a linked list in a single pass.
Does improper inheritance have a potential to wreck a project?
What is lambda in c++?
How do you clear a set in c++?
Where and why do I have to put the "template" and "typename" keywords?
What is a forward referencing and when should it be used?
Can we inherit constructor in c++?
How many types of modularization are there in c++?
What is setbase c++?
Write bites in Turbo c++ Header ("Include") Files.
what are the characteristics of Class Members in C++?
Explain the differences between list x; & list x();.
Explain the concept of friend function in c++?
what is upcasting in C++?