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 14753

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

IIT,

5 7177

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 4418

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

1 9564

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

Bosch, TCS, Wipro,

21 28089

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 13310

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

2 3310

program to find the roots of a quardratic equation

1 3405

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

8 22708

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 6076

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

1754

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 11451

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

6 8474

what is the advantage of software development

1 3107

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

TCS,

7 16314


Post New C Questions

Un-Answered Questions { C }

What is a c token and types of c tokens?

576


difference between Low, Middle, High Level languages in c ?

1616


Did c have any year 2000 problems?

643


What does 3 periods mean in texting?

585


Can a file other than a .h file be included with #include?

668






What is methods in c?

628


Why do we need a structure?

572


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

616


What does nil mean in c?

663


What are enumerated types?

640


Is c procedural or object oriented?

561


What is extern variable in c with example?

528


What is a union?

595


What is bin sh c?

567


What is sizeof in c?

556