How c functions prevents rework and therefore saves the programers time as wel as length of the code ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


Explain 'this' pointer and what would happen if a pointer is deleted twice?

0 Answers   Genpact,


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


How a macro differs from a template?

0 Answers  


Which bit wise operator is suitable for putting on a particular bit in a number?

0 Answers  






What is the most useful programming language?

0 Answers  


Give 10 points of differences between C & C++.

0 Answers   HCL,


What is the best c++ book for beginners?

0 Answers  


What is difference between malloc()/free() and new/delete?

0 Answers  


What are the debugging methods you use when came across a problem?

1 Answers  


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


What is a dangling pointer in c++?

0 Answers  


Categories