What are the total number of lines written by you in C/C++?
What is the most complicated or valuable program written in
C/C++?
Answer Posted / charan
since c,c++ is user friendly as well as medium level
language,free form language user can take his own space for
executing a program it may include printing along with
header files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the default width for ouputting a long integer using the insertion operator?
Which format specifier is used for printing a pointer value?
What is a null object in c++?
What is the full form of c++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What is a unnitialised pointer?
What is size of string in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
How is data hiding achieved in c++?
Which sort does c++ use?
What is endl c++?
What is the difference between c++ and turbo c++?
What is the latest c++ version?
Using a smart pointer can we iterate through a container?