Can a variable be both constant and volatile?
No Answer is Posted For this Question
Be the First to Post Answer
What is a function in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What are control structures? What are the different types?
what is data structure
Where we use clrscr in c?
Is it possible to run a c program without using main?If yes HOW??
What is the significance of an algorithm to C programming?
How can I implement sets or arrays of bits?
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
what are the files which are automatically opened when a c file is executed?
What is the most efficient way to store flag values?