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

Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


why and when we can declar member fuction as a private in the class?

0 Answers  


What is a class template?

0 Answers  


If dog is a friend of boy, is boy a friend of dog?

0 Answers  


List the types of polymorphism in c++?

0 Answers  






What is a c++ class?

0 Answers  


How are pointers type-cast?

0 Answers   iNautix,


What is the difference between global variables and local variable

0 Answers  


Write a function that swaps the values of two integers, using int* as the argument type?

0 Answers  


What is the use of pointer in c++ with example?

0 Answers  


What is a static element?

0 Answers  


What is nested class in c++?

0 Answers  


Categories