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...

C Interview Questions
Questions Answers Views Company eMail

parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 16521

which types of data structure will i use to convert infix to post fix???

IIT,

5 9092

WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............

3 6056

how can i sort numbers from ascending order and descending order using turbo c..

1 10489

print ur name without using any semicolon in c/c++....

Bosch, TCS, Wipro,

21 35856

how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

Wipro,

4 14981

what is real time system?what is the differance between hard and soft real time systems

2 4366

program to find the roots of a quardratic equation

1 4183

Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.

8 25208

Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.

4 7585

Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2370

What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..

Aricent, TCS,

5 13470

how to return 1000 variables from functio9n in c?plz give me code also

6 10616

what is the advantage of software development

1 3958

write an interactive program to generate the divisors of a given integer.

TCS,

7 18756


Post New C Questions

Un-Answered Questions { C }

what is the different bitween abap and abap-hr?

2431


What is the difference between formatted&unformatted i/o functions?

1113


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

23919


Explain how do you determine a file’s attributes?

1098


What are global variables?

1270


What is the usage of the pointer in c?

1201


Write a program to print factorial of given number without using recursion?

1049


Write a code of a general series where the next element is the sum of last k terms.

1101


What are the features of the c language?

1145


What is hash table in c?

1079


Write a program to print fibonacci series using recursion?

1135


Explain the red-black trees?

1205


What are qualifiers in c?

1094


Do you know null pointer?

1080


What does *p++ do?

1081