all c language question


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


what is difference between C and C++

4 Answers  


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


What is the difference between variable declaration and variable definition in c?

0 Answers  


What does do in c?

0 Answers  






What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?

11 Answers   IBM,


How to calculate sum

2 Answers  


what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


SRUCTURE PROGRAMMING

3 Answers   CTS, Wipro,


What is volatile variable in c?

0 Answers  


What are header files in c programming?

0 Answers  


Categories