Programming Languages Interview Questions
Questions Answers Views Company eMail

How can I retrieve values from one database server and store them in other database server using PHP?

1 3334

what is hidden variable? what is its difference with the normal variable...

Shine,

2 5018

how can i get output like this? 1 2 3 4 5 6

Excel,

6 6147

what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 3982

pls 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 11577

WHAT IS MEANT BY LIFE?

2 3435

what is the difference between c and java?

1 3860

what is mallloc()?how it works?

Excel,

4 6165

how can we use static and extern?and where can we use this?

Excel,

3 6241

how to use enum datatype?Please explain me?

Excel,

3 4957

What 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?

Excel,

1 4488

What are the languages are portable and platform independent?Why they are like that?

Excel, Satyam,

1 3476

pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

eClerx, Excel, kenexa,

2 8144

how can i get this by using for loop? * ** * **** * ******

Excel,

3 4077

#include int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks

Excel,

9 13577


Un-Answered Questions { Programming Languages }

What is set in c++?

660


What are string functions?

508


What is the use of enumerate() in python?

434


State the difference between pre and post increment/decrement operations.

611


Which php framework is best for beginners?

511






What is destructor example?

602


Can we run php on tomcat server?

568


explain the difference between accessing a class method via -> and via ::

125


What are sessions in php.

3


What is gcd? What are its advantages over nsthread?

1


Who are Manually Authenticating Users in Laravel ?

1266


what is the extension of SPDS Dynamic cluster tables?

1626


Which types of relationships are available in laravel eloquent?

414


What are main features of oop?

637


How does Python handle the memory management?

503