C Interview Questions
Questions Answers Views Company eMail

to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1573

in which language c language is written?

2 3988

how could explain about job profile

1453

write a program to print calender using for loop.

HCL, TCS,

1 3560

print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20

TCS,

8 6616

Write a program to find given number is even or odd without using any control statement.

2 4513

difference between spiral and waterfall model

1 3803

Write a Program to accept different goods with the number, price and date of purchase and display them

HDFC,

5449

coding for Fibonacci.?

1 2568

write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

Broadcom, TCS,

3 15707

What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value

DynPro, TCS,

2 6860

how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

Gopaljee, TCS,

1507

1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2337

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

CMS,

1 15048

write a program in c to print **** * * * * ****

TCS,

1 3008


Post New C Questions

Un-Answered Questions { C }

What are Macros? What are its advantages and disadvantages?

649


What do the functions atoi(), itoa() and gcvt() do?

724


What is c definition?

745


what is a constant pointer in C

679


How does placing some code lines between the comment symbol help in debugging the code?

548






What is equivalent to ++i+++j?

643


What are local variables c?

551


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

812


Why is structure padding done in c?

645


How can you return multiple values from a function?

634


What is build process in c?

645


What is the newline escape sequence?

589


Explain the difference between ++u and u++?

640


How can I make sure that my program is the only one accessing a file?

678


Why malloc is faster than calloc?

592