What is maximum size of array in c?
No Answer is Posted For this Question
Be the First to Post Answer
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
What does c in a circle mean?
Table of Sudoku n*n
Who is the main contributor in designing the c language after dennis ritchie?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
how to find the size of the data type like int,float without using the sizeof operator?
Which is better between malloc and calloc?
what are bit fields in c?
How is null defined in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
write a program whose output will be- 1 12 123 1234
What are valid signatures for the Main function?