What is a constant? Explain with an example.
No Answer is Posted For this Question
Be the First to Post Answer
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
Give 2 examples of a code optimization?
What is c++ flowchart?
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
Explain the uses oof nested class?
Write a struct time where integer m, h, s are its members?
What is the meaning of c++?
What is a constructor initializer list and when we use constructor initializer list?
What are separators in c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What is constant in c++ with example?
Write about the retrieval of n number of objects during the process of delete[]p?