What are type modifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by normalization of pointers?
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
Why is c so important?
Convert the following expression to postfix and prefix (A+B) * (D-C)
can we declare a function in side the structure?
What is extern c used for?
Write a program to exchange two variaables without temp
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
What is array of structure in c?
Is c still relevant?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?