C Interview Questions
Questions Answers Views Company eMail

Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 11292

Write a program to print all the prime numbers with in the given range

ABC, College School Exams Tests, TCS,

8 27201

Expand the following LKB BKL FFG

1732

how to use showbits function?

Infosys, TATA,

2 19529

User define function contain thier own address or not.

2 3797

Tell us the difference between these two : #include"stdio.h" #include define in detial.

5 6694

How to establish connection with oracle database software from c language?

1665

is compiler do read the data line by line or not. ??

LG Soft, Satyam, Tech Mahindra,

6 8095

Symmetric technologies interview questions. For Computer science candidates the first round is a objective type written test consisting of 16 questions.It is very easy ,any police man can solve this. And next round is a written test consists of both objective and subjective .Total 40 question related to c,c++ and operating system related questions. And then a technical interview and give some program to solve with computer.The md is adamant person, whatever he says we have to accept that is the condition. And one more thing ,,,these interview is just for a formality..the company will select only innocent guys.. the person's without a backbone only they require.. And u have to submit the certificates this is the most important problem...So if you are not getting any other jobs..then only join with this... It is better to try for other company...And apart from that symmetric do a lot of projects..If a candidate can manage everything u can join and make good career with this company... The Md will normally speak rudely..but he is good person and he will give you a lot of very good chances to improve your career....but with cheap salary....

Symmetric Technologies,

1635

Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 13368

WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 10483

which is the best antivirus and how to update it

Infosys,

7 5815

How to delete a node from linked list w/o using collectons?

Zycus Infotech,

2081

find second largest element in array w/o using sorting techniques? use onle one for loop.

BitWise, Zycus Infotech,

15 44296

find largest element in array w/o using sorting techniques.

Zycus Infotech,

3 6638


Post New C Questions

Un-Answered Questions { C }

a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

712


What is the description for syntax errors?

604


Does c have class?

604


ATM machine and railway reservation class/object diagram

4792


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

2121






Is this program statement valid? INT = 10.50;

677


Is malloc memset faster than calloc?

603


List the different types of c tokens?

609


diff between exptected result and requirement?

1589


In a header file whether functions are declared or defined?

623


What are structure types in C?

653


Linked lists -- can you tell me how to check whether a linked list is circular?

633


explain what is a newline escape sequence?

678


What is the size of enum in bytes?

575


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

619