What is the difference between Home and $Home?

Answers were Sorted based on User's Feedback



What is the difference between Home and $Home?..

Answer / jaya

In Vim, your home directory is specified with $HOME. On Unix
systems, this is your ~ directory. On Windows systems, the
best way to find the value of $HOME is from within Vim, as
follows
:version
:echo expand('~')
:echo $HOME
:echo $VIM
:echo $VIMRUNTIME

Is This Answer Correct ?    0 Yes 0 No

What is the difference between Home and $Home?..

Answer / chakri

A "home" is where you live your life. A "house" is where you pose waiting for the photographers to show up.

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More OOPS Interview Questions

Can we create object of interface?

0 Answers  


what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use

2 Answers   HCL,


What is encapsulation in oops?

0 Answers  


define a string class. overload the operator == to compare two strings

2 Answers   Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,


What does the keyword "static" mean?

4 Answers   TCS,






can you give real time example for polymarphism

5 Answers   TCS,


3. Differentiate verification and validation.

1 Answers  


what is polymorphism?

4 Answers  


What is interface in oop?

0 Answers  


1.explicit call for destructor 2.calling function inside a constructor. 3.base *b-new derived delete b; 4.delete p what it will delete. 5.size of base class and derived class int i,in base class and int j in derived. 6.int i-20 int main() { int i =5; printf("%d".::i); { int i =10; printf("%d".::i); } } 7.object slicing 8.new 9.function overloading(return type). 10.class base() { virtuval fun() { ----- } } class derivied:public base() { fun() { ----- } } int main() { derived d; } 11.how static function will call in C++? 12.default structures are in C++? 13.constructors should be in public . 14.virtuval constructor not exist. 15.multilevel inhritence. destructor order.

1 Answers   Tech Mahindra,


What is abstraction in oops?

0 Answers  


143.what is oops principles?

10 Answers  


Categories