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 6753what 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 5423How many ways are there to swap two numbers without using temporary variable? Give the each logic.
9 20962how 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
Write a program using while loop?
What is the current stable version of php? What advance thing in php7?
sort term descripttion form, report and uery
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
Explain Higher-Order Functions?
What are Data classes ? Aren’t they available in Java ?
Tell us have you used lumen before?
write a c program to find the sum of five entered numbers using an array named number
How to Retrieving the program that is associated with a given extension?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
can we extend a class having only one parameterised constructor.Suggest the process to do it.
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
write a program to find out prime number using sieve case?
Did you contributed the drupal site (any module)?
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.