GeekInterview.com
Series: Subject: Topic:

Programming Faqs

 
Sub Categories (+ View)
Subject Name
Questions
Answers
Last updated
297
678
Mar
19th,
2012
233
800
May
17th,
2012
63
47
May
12th,
2012
66
95
Feb
24th,
2012
69
116
Jan
18th,
2012
11
9
Mar
30th,
2012
233
230
May
19th,
2012
992
1574
May
23rd,
2012
77
251
May
11th,
2012
76
143
Sep
29th,
2011
199
263
May
4th,
2012
6
1
Feb
17th,
2011
69
165
Nov
24th,
2011
342
421
Apr
3rd,
2012
Showing Questions 1 - 14 of 14 Questions
Sort by: 
 | 

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?

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...

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

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?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".