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
How are virtual functions implemented in c++?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is the meaning of c++?
What is a dynamic binding in c++?
this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }
Why are pointers not used in c++?
What are the various storage classes in C++?
What is :: operator in c++?
What is lvalue?
What is static function and static class?
How is objective c different from c++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c