What happens when the extern "c" char func (char*,waste) executes?


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

Post New Answer

More C++ General Interview Questions

What are c++ manipulators?

0 Answers  


What is the full name of logo?

0 Answers  


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


What is the default width for ouputting a long integer using the insertion operator?

0 Answers  


what is difference between internet and Internet?

12 Answers   College School Exams Tests, Microsoft, MIT, TCS,






What is static function and static class?

4 Answers   HCL,


template<class T, class X> class Obj { T my_t; X my_x; public: Obj(T t, X x) : my_t(t), my_x(x) { } }; Referring to the sample code above, which one of the following is a valid conversion operator for the type T? a) T operator T () { return my_t; } b) T operator(T) const { return my_t; } c) operator(T) { return my_t; } d) T operator T (const Obj &obj) { return obj.my_t; } e) operator T () const { return my_t; }

1 Answers   Quark,


Write a program which uses functions like strcmp(), strcpy()? etc

0 Answers  


What can c++ be used for?

0 Answers  


Eplain extern keyword?

0 Answers  


What is c++ in english?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


Categories