What is the difference between Home and $Home?
Answers were Sorted based on User's Feedback
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 |
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 |
What are benefits of oop?
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
what is the technical or oop name of object?
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
what is object oriented programming and procedure oriented programming?
What is abstraction with example?
explain defference between structure and class with example
How to hide the base class functionality in Inheritance?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
What do you mean by variable?
What are the advantages of inheritance?
26 Answers IBS, TCS,