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

Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

2027

Differentiate b/w Modify and Update commands giving example.

1 4044

What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

CTC,

2 5186

‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

2389

what is the difference between getch() and getche()?

Infosys,

7 29281

who is the father of c

Infosys,

4 7507

what is pointer ? what is the use of pointer?

Infosys,

6 9419

what is the difference between call by value and call by reference?

Genpact, Global Logic, Infosys,

5 10565

#include main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

Infosys,

7 20115

How is a two dimensional array passed to function when the order of matrix is not known at complie time?

CSC,

1 3626

How can I access a memory located at certain address?

CSC,

2 5447

How can we allocate array or structure bigger than 64kb?

CSC,

2 4883

How can I read a directory in a c program?

CSC,

1 4482

How can I increase the allowable number of simultaneously open files?

CSC,

1 4629

Famous puzzles which are generally asked by companies during interviews ?

3D PLM, Yahoo,

1 13964


Post New C Questions

Un-Answered Questions { C }

show how link list can be used to repersent the following polynomial i) 5x+2

2399


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

2085


How to write a multi-statement macro?

1101


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

2725


What is getch c?

1344


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

1396


Is there any data type in c with variable size?

1150


How does selection sort work in c?

1099


Why & is used in scanf in c?

1146


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

1473


What is ambagious result in C? explain with an example.

2696


What is the size of empty structure in c?

1127


What is the difference between int main and void main?

1097


Explain 'bit masking'?

1137


What is null pointer in c?

1044