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 5138

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

1762

how to convert hashmap to arraylist with iteration

DFD,

1962

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 3576

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,

1956

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,

4582


Un-Answered Questions { Programming Languages }

What is front end and back end?

149


Is scala easy to learn?

1


Explain the difference between a single quote and double quote?

1


how to find binary of number?

4456


What are the functions to open and close file in c language?

1208


Is python a low level language?

889


How to create reusable code in php?

1053


what’s the difference between site_url() and home_url()?

183


What is wrong with this initialization?

1010


What are oop templates?

629


How can we make a executable file with python script?

872


What is the difference between typedef and #define?

1065


How to append to a string in Python?

941


What is activex in internet explorer?

776


What is string function sql?

1008