What is use of integral promotions in c?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us bitwise shift operators?
What are global variables?
What is the difference between text files and binary files?
What is property type c?
program in c to print 1 to 100 without using loop
Is c procedural or object oriented?
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 is the advantage of a random access file?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
number of times a digit is present in a number
What is the explanation for the dangling pointer in c?
how to capitalise first letter of each word in a given string?