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

a number is perfect if it is equal to the sum of its proper divisor.. 6 is perfect number coz its proper divisors are 1,2 and three.. and 1+2+3=6... a number is deficient if the sum of its proper divisor is less than the number.. sample: 8 is deficient, coz its proper divisors are 1,2 and 4, and 1+2+4=7. abundant number, if the sum of its proper divisor is greater than the number.. sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12. now write a program that prompts the user for a number, then determines whether the number is perfect,deficient and abundant..

1 7165

the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 22998

parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 16601

which types of data structure will i use to convert infix to post fix???

IIT,

5 9172

WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............

3 6132

how can i sort numbers from ascending order and descending order using turbo c..

1 10526

print ur name without using any semicolon in c/c++....

Bosch, TCS, Wipro,

21 36243

how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

Wipro,

4 15095

what is real time system?what is the differance between hard and soft real time systems

2 4392

what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?

Honeywell,

1 2308

what is the difference between a looping statement and a decision statement

4 41686

what is the purpose of checked Menu options

1 2514

What is a dialog based program

1 4976

explain how to make a control visible and invisible during runtime

3 5926

what are the advantages of VC++ design environment

1 9907


Un-Answered Questions { Programming Languages }

How do you write if else in python?

1037


How to Print in Delphi without using the TPrinter Unit ?

1905


Give examples of macro quoting function?

2065


How to Remove drives listed in a TDriveComboBox ?

1943


What is pointer to pointer in c with example?

1192


please any one pass file aid,xpeditor and endeavor tools

2409


Differentiate between null and void pointers.

1253


What is the latest version on c++?

1204


How to calculate the difference between two dates using php?

1142


sir please send me bpcl previous question papers

2475


Please send ford technologies placement paper 2 my mail id

2173


How will you create a field using code?

176


i have a written test for microland please give me test pattern

2812


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

249


Do you know the difference between malloc() and calloc() function?

1130