Can you use the function fprintf() to display the output on the screen?


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

Post New Answer

More C++ General Interview Questions

structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


Why was c++ created?

0 Answers  


Which software is best for programming?

0 Answers  


what are prototypes

4 Answers   Infosys, TCS,






How would you use qsort() function to sort an array of structures?

0 Answers  


when can we use virtual destructor?

7 Answers   HCL, HP, Virage Logic,


What is general form of pure virtual function? Explain?

0 Answers  


structure that describe a hotel with name, address,rooms and number of rooms

2 Answers  


write a C++ programming :if the no is between 32 to 50 it will be odd.

3 Answers   NIIT,


Why we use #include iostream in c++?

0 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


Categories