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 can I retrieve values from one database server and store them in other database server using PHP?
1 4083what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
3 5267pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1
4 12967What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
1 5363pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 9360#include
Explain Whitespace Characters?
What's the difference between list and tuples?
What is difference between compile time and run time polymorphism?
What are all the different Route Parameters ?
How to convert a String to an Int in Kotlin?
What is JIT package?
How many records can be stored in mysql table?
How to set layout in the controller?
Tell me how to get current environment in laravel 5?
What is a module in drupal ?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What is a multimap c++?
What functions are used in dynamic memory allocation in c?
What is the meaning of xdebug?
Explain Type hinting in PHP?