How do you test your code?

Answer Posted / chithra

using Compiler(Alt +F9)

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is microsoft c++ redistributable?

608


What are the differences between java and c++?

528


What is a responder chain?

571


What apps are written in c++?

604


How do I tokenize a string in c++?

608






What are advantages of using friend classes?

631


Define whitespace in C++.

752


What are dynamic type checking?

614


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2533


what is upcasting in C++?

718


What is constructor c++?

668


What's the order in which the local objects are destructed?

840


What does return 0 do in c++?

577


Write about the various sections of the executable image?

571


What is binary object model?

600