Can we compile a program without main() function?
No Answer is Posted For this Question
Be the First to Post Answer
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
explain memory layout of a C program
what is reason of your company position's in india no. 1.
Why do some versions of toupper act strangely if given an upper-case letter?
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
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is openmp in c?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
What is this infamous null pointer, anyway?
Explain how can I write functions that take a variable number of arguments?
which is conditional construct a) if statement b) switch statement c) while/for d) goto