C Interview Questions
Questions Answers Views Company eMail

what is the use of pointers

Adobe, GrapeCity,

6 7383

How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 10420

How to write a program for swapping two strings without using 3rd variable and without using string functions.

iGate, Infotech,

7 19690

why TCS selected more student in the software field from all institution.

TCS,

5 10297

why you will give me a job in TCS.

TCS,

7 7867

what are you see during placement time in the student.

Goldman Sachs, TCS, Tech Solutions,

1626

what are the facialities provided by you after the selection of the student.

TCS,

1648

how can be easily placed in TCS.

TCS,

1647

please give me some tips for the placement in the TCS.

TCS,

1622

please give me some tips for the selection in TCS.

TCS,

3 5229

what is reason of your company position's in india no. 1.

Accenture, TCS,

1767

i want to job in your company, so how it will be possible.

TCS,

3 4382

which type of aspect you want from the student.

IBM, TCS,

1691

what is meant by c

INiTS,

9 15927

send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?

TCS,

2960


Post New C Questions

Un-Answered Questions { C }

What is a class c rental property?

593


What is meant by initialization and how we initialize a variable?

577


What is the meaning of ?

597


What is c language & why it is used?

568


What is difference between main and void main?

613






What should malloc() do?

631


What is fflush() function?

631


What is wrong with this program statement?

600


Explain what are the standard predefined macros?

642


What is pointers in c with example?

568


A set of N billiard balls are set on a one-dimensional table. The table is 1 meter long, set north-south with two pockets at either side. Each ball has zero width and there is no friction so it is moving with a fixed velocity of either northward or southward and bounces back in a perfect elastic collision from other balls it encounter on its way (or drop into one of the pockets). Your job is to keep track of the balls movements. Task Please write a program that gets the initial place, speed and direction of all the balls and gives the position of a specific ball after t seconds. Input The first line contains the number of scenarios. Each one of the other lines in the input contains a scenario: The first number, N, is the number of balls; followed by N pairs of numbers: the distance in centimeters from the south end of the table and the speed (positive speed meaning it moves northward); the last two numbers are the number i of the target ball you should track and the time T in seconds. Output The output is a single number for each line which is the place (distance in centimeters from the south end of the table) of the tracked ball after T seconds. Note: There is no new line character at the end of the result. Sample Input 5 1 50 1 1 1000 1 50 1 1 6 1 60 -2 1 6 2 10 1 95 -1 2 30 2 10 1 95 -1 2 60 Sample Output 100 56 48 65 70

2118


How do you define a function?

576


What is p in text message?

526


When is the “void” keyword used in a function?

820


Explain what math functions are available for integers? For floating point?

600