How to get the current position of the file pointer?


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

Post New Answer

More C++ General Interview Questions

what is pre-processor in C++?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Which is not a valid keyword a) public b) protected c) guarded

0 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


How do c++ struct differs from the c++ class?

0 Answers  






What is the copy-and-swap idiom?

0 Answers  


sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++

1 Answers   NIIT,


What is function overriding in c++?

0 Answers  


Explain what are the sizes and ranges of the basic c++ data types?

0 Answers  


Define copy constructor.

0 Answers  


How a macro differs from a template?

0 Answers  


Do vectors start at 0 c++?

0 Answers  


Categories