Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Programming Languages Interview Questions
Questions Answers Views Company eMail

Write a Pseudo Code to fins the LCM of two given numbers

Goldman Sachs,

5 30496

Given three sides of a triangle. Write the Program to determine whether the triangle is : 1) Invalid 2) Right Angled 3) Isoscales 4) Equilateral 5) Not Special An Isoscales right angled triangle should be taken as a Right Angled Triangle

FFC, Goldman Sachs, Student,

3 50102

code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 7545

logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

Infosys,

2 8099

What is a Genralised LInked List?? Please give a detailed explation of it..

1 3896

Describe the differences between the object models in PHP 4 and PHP 5.

1 4153

what is ur strangth & weekness

Cognizant, LG Soft, NetEnrich,

2577

How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not

TCS,

6 11987

1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?

PA Consulting, TCS,

4 9855

1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?

TCS,

8 16969

Whether session will work if we disable cookies in client browser ?

10 23104

1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10

Aquasol, Infosys, TCS, Torque Infotech,

14 40469

This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?

TCS,

2 7060

What is the difference between include and include_once ? Which is one is good in terms of performance ?

Dest,

2 6085

What is the difference between mysql_connect and mysql_pconnect ? Which one is good in terms of performance ?

4 12804


Un-Answered Questions { Programming Languages }

How do you determine the length of a string value that was stored in a variable?

1197


Do you know what version of laravel do you generally use?

825


What is the difference between htmlentities() and htmlspecialchars()?

1082


What is the difference between object { } block and companion object { } code block in Kotlin?

243


Do you know what is the current version of wordpress?

230


What is the latest version of kotlin?

303


Give examples of macro quoting function?

2063


ATM machine and railway reservation class/object diagram

5328


What is the latest version of scala?

73


How to Get the time and date in Universal Time ?

1754


What are compound statements?

1279


What is the process to get the home directory using ‘~' in python?

1000


Which variable declarations within a class is invalid in php?

1046


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1989


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

5443