c program to compute AREA under integral
No Answer is Posted For this Question
Be the First to Post Answer
Why shouldn’t I start variable names with underscores?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
How can you access memory located at a certain address?
Which is more efficient, a switch statement or an if else chain?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
what is the c.
What is indirection? How many levels of pointers can you have?
give one ip, find out which contry
Tell me what is the purpose of 'register' keyword in c language?
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above