Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c


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

Post New Answer

More C++ General Interview Questions

what is the use of void main() in C++ language?

0 Answers  


Why do we use double in c++?

0 Answers  


Difference between linked list and array?

3 Answers  


What is flush c++?

0 Answers  


Give example of a pure virtual function in c++?

0 Answers  






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

0 Answers  


Do class method definitions?

0 Answers  


Define the process of error-handling in case of constructor failure?

0 Answers  


Which operator cannot overload?

0 Answers  


What is the latest c++ version?

0 Answers  


What is function overloading c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


Categories