c program to compute AREA under integral
No Answer is Posted For this Question
Be the First to Post Answer
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?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
how to add numbers without using arithmetic operators.
what is the self-referential structure?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
What is a Deque?
Explain what is the use of a semicolon (;) at the end of every program statement?
please send me the code for multiplying sparse matrix using c
Why header file is used in c?
. Explain the differences between fork() and exec() in C