GeekInterview.com
Series: Subject: Topic:

Programming Faqs

 
Sub Categories (+ View)
Subject Name
Questions
Answers
Last updated
297
702
Apr
26th,
2013
238
836
Jun
9th,
2013
67
48
Apr
11th,
2013
70
101
Jun
12th,
2013
69
116
Jan
18th,
2012
11
9
Mar
30th,
2012
236
231
Dec
28th,
2012
995
1610
May
26th,
2013
78
253
Jan
22nd,
2013
76
148
Mar
12th,
2013
199
268
May
2nd,
2013
6
2
Oct
3rd,
2012
69
167
Dec
11th,
2012
343
431
May
28th,
2013
Showing Questions 1 - 16 of 16 Questions
Sort by: 
 | 

Career guidance

Asked By: neetu tiwari | Asked On: Apr 22nd, 2013

I m doing mca n m in 2nd semester. I want to have an experience abt my job. There are no software companies here, how can I experience abt the jobs related to my field...Any kind of internship which I can do while staying here..Pls guide me mam.

Efficient algorithm to print count and possible string outcomes of a given input string

Asked By: taru22 | Asked On: Apr 27th, 2012

Write an efficient algorithm to print count and possible string outcomes of a given input string by retaining order and considering all characters during this process problem: given a input string as "0000" and following input scheme for the zeroes, print the possible outcomes by retaining order of...

Answered by: cfphpflex@gmail.com on: Mar 21st, 2013

1. get string length 2. print length 3. for string 0000, its easy: 4. look at 0000 and quickly understand that each 0 in the string can only have 3 other possible 0 s to compare against and get a diff...

=0;$i--) { $rstr.=$str[$i]; } echo $rstr;{/geshibot} It work but I want to know why we use .dot(.) $rstr.=$str[$i]; over here thanks in advance" href="http://www.geekinterview.com/question_details/88615">Reverse a sting using loop in PHP

Asked By: navin3434 | Asked On: Nov 19th, 2012

Hi , when I reverse a string using loop in php like

Code
  1. $str="navin";
  2.  $rstr="";
  3.  $len=strlen($str);
  4. for($i=$len-1;$i>=0;$i--)
  5. {
  6. $rstr.=$str[$i];
  7. }
  8. echo $rstr;

It work but I want to know why we use .dot(.) $rstr.=$str[$i]; over here thanks in advance

Answered by: Emiliano Gaytan on: Mar 21st, 2013

to concat, . operator concats left & right values; Google it for more info "php $myVar = 2; // declare variable in php print_r($myVar . ""); //print on screen your variable w htm...

Web table is not being recognized..!!

Asked By: dmreddy | Asked On: May 1st, 2012

What if there are two web tables in a web page and if add those web tables into or it is not being added, what will be the solution if we have to work on those web tables then?

Generate no.Between 32 to 99

Asked By: mounik | Asked On: Oct 26th, 2011

Consider the following number 45*45=2025 and 20+25=45. write a program to generate no.Between 32 to 99 that satisfy the above problem.

Answered by: mahamadalig on: Apr 17th, 2012

Code
  1. #include<stdio.h>
  2. #include<conio.h>
  3. main()
  4. {
  5.         int i,a,r,s,w;
  6.         printf("                ------ANSWER IS:---------
  7. ");
  8.         for(i=32;i<=99;i++)
  9.         {
  10.                 s=0;
  11.                 w=i;
  12.                 a=i*i;
  13.                 while(a>0)
  14.                 {
  15.                         r=a%100;
  16.                         s=s+r;
  17.                         a=a/100;
  18.                 }
  19.                 if(w==s)
  20.                 {
  21.                         printf("                           %d
  22. ",w);
  23.                 }      
  24.         }
  25.         return 0;
  26. }

Pro*c user exit

Asked By: cauverypoonacha | Asked On: Aug 13th, 2010

How can a shell script be called from a pro*c user exit?

Flex

Asked By: viswanath.bandika | Asked On: Mar 12th, 2009

What is flex? Where it is used in web applications?

Answered by: rubin2008 on: May 16th, 2010

Flex is an open source framework.
It's output is swf file.
Flex applications can be embedded into webpages by specifying generated swf file by compiling Flex application into HTML embed tag.

Proxywebpartmanager class

Asked By: bijal_69 | Asked On: Mar 22nd, 2010

What is the use of proxywebpartmanager class?

Generate random numbers in xslt

Asked By: opriya15 | Asked On: Feb 5th, 2010

How to generate random numbers in xslt?

Transfer users

Asked By: souji123 | Asked On: Mar 16th, 2009

How will you transfer the user from one instance to another instance? Suppose you create one user in development instance then how do you transfer that into production instance?

Console application

Asked By: dutzy | Asked On: Jan 26th, 2009

Create a console application that stores two integers stored in variables va1 and var2. If var1 and var2 are greater than 10, reject the data stored in the variable and ask two new numbers? Dispaly in the console.

Error handling

Asked By: dotnetcareer | Asked On: Jan 9th, 2009

How can we you handle errors when project is running on live in detail with code?

Static variable and methods

Asked By: solaimaneu | Asked On: Nov 6th, 2008

Why do we keep variable & method static?

Block ip address in PHP

Asked By: chinababuk | Asked On: Aug 7th, 2008

How can block the ip address in PHP

Gsm technology

Asked By: sabaig | Asked On: Jul 2nd, 2008

What is gsm? Explain the difference between previously used technology and gsm

ASP.Net com files

Asked By: rekharaju | Asked On: Mar 26th, 2008

What are com files in ASP.Net

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Question Categories

ASP.NET FAQ

C FAQs

C# FAQs

C++ Faqs

EJB FAQ

Hibernate FAQs

J2EE FAQ

Java FAQ

Java Classes FAQs

Java Swing FAQs

JSP FAQs

Spring Framework FAQs

Struts FAQ

VB.NET FAQ

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.