C Interview Questions
Questions Answers Views Company eMail

Combinations of fibanocci prime series

1108

c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16

1 1172

Can you write a programmer for FACTORIAL using recursion?

ADP,

608

Define VARIABLE?

ADP,

686

Function calling procedures? and their differences? Why should one go for Call by Reference?

ADP,

629

How do you define CONSTANT in C?

ADP,

647

What is LINKED LIST? How can you access the last element in a linked list?

ADP,

629

What is meant by recursion?

ADP,

629

What’s the special use of UNIONS?

ADP,

655

List out few of the applications that make use of Multilinked Structures?

Accenture,

1 1288

What is a spanning Tree?

TCS,

1 948

What Is The Difference Between Null And Void Pointer?

TCS,

638

Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

Amazon,

713

How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

Amazon,

647

What is a C array and illustrate the how is it different from a list.

Amazon,

1 976


Post New C Questions

Un-Answered Questions { C }

Explain what is wrong with this program statement?

618


What are header files and what are its uses in C programming?

625


Can we declare variables anywhere in c?

575


Why c is known as a mother language?

637


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

667






Why c is called top down?

626


Is register a keyword in c?

631


What is null character in c?

684


how to capitalise first letter of each word in a given string?

1428


What header files do I need in order to define the standard library functions I use?

535


Explain the use of fflush() function?

624


Why string is used in c?

580


Differentiate between static and dynamic modeling.

613


write a proram to reverse the string using switch case?

2461


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

640