What is the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
code for bubble sort?
what are the uses of structure?
what is event driven software and what is procedural driven software?
how to make a scientific calculater ?
What is header file definition?
why division operator not work in case of float constant?
program for swapping two strings by using pointers in c language
Is c easy to learn?
Why should I prototype a function?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
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
How can a string be converted to a number?