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 difference between function overloading and operator overloading?

0 Answers  


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


Is oops and c++ same?

0 Answers  


What is the main function c++?

0 Answers  


How to demonstrate the use of a variable?

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What is & in c++ function?

0 Answers  


Define a pdb file.

0 Answers  


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

0 Answers  


Is string an object in c++?

0 Answers  


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

0 Answers  


Categories