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

Table of Sudoku n*n

2000

Magic square

2101

Eight queens puzzle

1949

Write a program that his output * *** *****

1 2834

Write a program that his output 1 12 123

1878

A program to write a number of letters and numbers, such as counting and display

1862

Write a program that can show the multiplication table.

Student,

1995

Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.

2125

Write a program that an operator and two operands read from input operand operator on the implementation and results display.

1932

A program to allow an input operand and operator from the operator and read on the display and output operand.

2015

int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 3559

Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

XYZ,

2236

int i=~0; uint j=(uint)i; j++; printf(ā€œ%dā€,j);

1 4349

Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.

An-Najah National University,

2219

what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

Wipro,

5 7013


Un-Answered Questions { Programming Languages }

Why do we use oop?

1164


How to register a middleware in laravel?

751


How to Prevent changing pages in a page control?

1707


How do you convert a list of integers to a comma separated string?

954


Which function would you use to replace a record in a database in php?

1083


How do I find my wordpress version?

168


Why is this loop always executing once?

1100


Difference between Shallow copy and Deep copy?

2073


What is the use of setfill in c++?

1122


How do you achieve exception handling in python?

494


Can I use a database other than mysql?

180


What should we do to be able to export data into an excel file?

1068


Explain contextual binding and how does it work?

746


When do we need to disable layout?

190


how does database connection using ADO.NET?

2102