What is the c language function prototype?
No Answer is Posted For this Question
Be the First to Post Answer
when user give a number it multiply with 9 without useing '+' and '*' oprator
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
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 *p++ do? What does it point to?
What do you mean by keywords in c?
List some basic data types in c?
what is recursion in C
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
write a function for strtok()??
Explain the use of #pragma exit?
write a program to print the all 4digits numbers & whose squares must me even numbers?
Is c is a high level language?