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) 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
3 50107logic 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............
2 8103How 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 120011.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 ?
4 98591.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 169841. 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
14 40506This 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 7065What is the difference between include and include_once ? Which is one is good in terms of performance ?
Dest,
2 6088What is the difference between mysql_connect and mysql_pconnect ? Which one is good in terms of performance ?
4 12804
sort term descripttion form, report and uery
Give examples of macro quoting function?
Explain me is it possible to destroy a cookie?
How to add / link an images/css/javascript from a view in ci?
How do you realize Ternary Conditional Operator in Kotlin ?
How do I list all files of a directory?
What is the latest version of joomla?
What is the latest version of kotlin?
What is dynamic dispatch in c++?
How do I download a file over http using python?
please any one pass file aid,xpeditor and endeavor tools
Tell me how do I redirect users back to my blog's main page after they login?
How will you create a field using code?
How to calculate the difference between two dates using php?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?