c program to compute AREA under integral


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


What are external variables in c?

0 Answers  


What is a char c?

0 Answers  






21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


In C language what is a 'dangling pointer'?

0 Answers   Accenture,


What is the difference between fread buffer() and fwrite buffer()?

0 Answers  


what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 Answers  


What is c preprocessor mean?

0 Answers  


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

0 Answers  


what is the use of c program?

4 Answers   Synergy, Web Synergies,


Categories