Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) how do we can copy of the content of a web page with the help og the URL and display them onto any other page
5 6432what are the rules to be followed at the time of declaring a variable?,what is the purpose of var_dump()function in php,syntax of ternary operator()in php,difference between drop a table and truncate a table...
2 5258How many ways are there to swap two numbers without using temporary variable? Give the each logic.
9 20637how can i access a direct (absolute, not the offset) memory
address?
here is what i tried:
wrote a program that ask's for an address from the user,
creates a FAR pointer to that adress and shows it. then the
user can increment/decrement the value in that address by
pressing p(inc+) and m(dec-).
NOW, i compiled that program and opened it twice (in 2
different windows) and gave twice the same address to it.
now look what happen - if i change the value in
one "window" of the program, it DOES NOT change in the
other! even if they point to the same address in the memory!
here is the code snippet:
//------------------------------------------------------
#include
Tell me is laravel an open source?
What is the difference between pure virtual function and virtual function?
What is a static element?
What is else if syntax?
Why do we use join() function in python?
what is the limitation of Magento?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How to send an email in python language?
How can you save your data in R?
What is openmp in c?
any one please tell me the purpose of operator overloading
Mention the steps to optimize the Drupal website?
the question is that what you have been doing all these periods (one year gap)
What is autoloader?
Is empty function c++?