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

#include void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

SRG,

3 5137

i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout< 1863


what is uses of .net

1742

draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

Appin, NIIT,

3383

Write a program that accept anumber in words

1761

how to convert hashmap to arraylist with iteration

DFD,

1961

7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2761

Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1910

4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

TCS,

2189

when to use : in c program?

2 3574

How I can control asset documents without GR/IR?

i2U Systems, Industrial Hand Protection, Mutha Technosoft,

1630

Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

Maxobiz,

1955

Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

Maxobiz,

2056

Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

Maxobiz,

1993

write a program to generate address labels using structures?

SJC,

4581


Un-Answered Questions { Programming Languages }

Does python has private keyword in python ?

946


what is the use of include_once in php?

1052


Explain how Symbol is different from variables?

5


Do you know about latest advancements in C++ ?

1251


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

1006


What is line in c preprocessor?

1063


Can a Delphi Application Connect to an InterBase Database on Any Platform?

1666


If P is the population on the first day of the year, B is the birth rate, and D is the death rate, the estimated population at the end of the year is given by the formula: The population growth rate is given by the formula: B – D Write a program that prompts the user to enter the starting population, birth and death rates, and n, the number of years. The program should then calculate and print the estimated population after n years. Your program must have at least the following functions: 1. growthRate: This function takes its parameters the birth and death rates, and it returns the population growth rate. 2. estimatedPopulation: This function takes its parameters the current population, population growth rate, and n, the number of years. It returns the estimated population after n years Your program should not accept a negative birth rate, negative death rate, or a population less than 2. please answer my question ....

2402


What is data type set in python and how to work with it?

897


What are the types of hooks in wordpressp and what are their functions?

209


What are the basic datatypes in python?

1073


Can you explain the life cycle of a thread?

1049


What is the purpose of 'register' keyword in c language?

1033


Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming

11968


What is #define size in c?

1197