What are the three constants used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does a function declared as pascal do differently?
What is the heap?
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
c language interview questions & answer
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
What are data breakpoints?
Write a program in C to convert date displayed in gregorian to julian date
WHAT IS FLOAT?
Can we change the value of #define in c?
Explain what are the different data types in c?
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
a simple program in c language