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

to find out the minimum of two integer number of two different classes using friend function

1 2213

Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

Value Labs,

3 12218

In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

1 3196

Write a C program to count the number of email on text

1 1989

is php is the best for this situation

2 4774

officer say me - i am offered to a smoking , then what can you say

1 2190

Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

Infosys,

3 5208

Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.

1 2060

write a programe to calculate the simple intrest and compund intrest using by function overlading

1 2293

Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout

2266

a simple c program using 'for' loop to display the output 5 4 3 2 1

Google,

2 4133

write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 3265

give me an example for testing a program showing the test path .show how the test is important and complex.

TCS,

1 3012

How will we unable and disable services in win 7 ?

McAfee, Microsoft,

2 5515

Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.

TCS,

3315


Un-Answered Questions { Programming Languages }

Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2383


develop algorithms to add polynomials (i) in one variable

2251


Name and explain five of the PHP error constants?

1023


what is ur strangth & weekness

2568


swap 2 numbers without using third variable?

1192


How do you determine the length of a string value that was stored in a variable?

1195


if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer

1980


What is the latest version of kotlin?

297


How you can set module name, controller name, and action name in zend framework?

340


What are Data classes ? Aren’t they available in Java ?

238


How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain

1070


Tell me the role of modules and mixins in ruby?

35


How do you check if a list is empty in python?

932


Did you contributed the drupal site (any module)?

138


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

237