How can you invoke another program from within a C program?
No Answer is Posted For this Question
Be the First to Post Answer
1. main() { printf("%d",printf("HelloSoft")); } Output?
prototype of sine function.
Why isnt any of this standardized in c?
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 to find the usage of memory in a c program
write a program to swap two numbers without using temporary variable?
What is header file definition?
what is the height of tree if leaf node is at level 3. please explain
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
Can include files be nested?
What is abstract data structure in c?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?