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 are the advantages of using const reference arguments in a function?

0 Answers  


Can we use struct in c++?

0 Answers  


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


What are advantages and disadvantages of Design patterns?

7 Answers   IBM, Vodafone,


What is stack unwinding?

0 Answers  






How do you master coding?

0 Answers  


Is c++ a difficult language?

0 Answers  


Explain dangling pointer.

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


Is it possible to write a c++ template to check for a function's existence?

0 Answers  


Can we declare destructor as static? Explain?

3 Answers  


What is input operator in c++?

0 Answers  


Categories