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

1959

Magic square

2040

Eight queens puzzle

1896

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

1 2772

Write a program that his output 1 12 123

1824

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

1826

Write a program that can show the multiplication table.

Student,

1953

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.

2093

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

1887

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

1966

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

2 3476

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,

2180

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

1 4285

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,

2184

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 6853


Un-Answered Questions { Programming Languages }

When can I use a forward declaration?

1104


What is the difference between static and dynamic scaffolding?

5


How to avoid an access violation when using the move procedure?

1760


Is atoi safe?

1054


What is the use of clrscr?

1110


C program to find all possible outcomes of a dice?

2365


What is mvc (model, view, and controller) in cakephp?

3


What are some good python projects?

811


What are negative indices?

853


what is the difference between class and unio?

2368


Explain compilation feature in magento?

3


What is the purpose of main( ) in c language?

1142


What is difference between rest and http?

1005


What is the difference between an array and a list?

1033


What is doubly linked list in c++?

1084