What is the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between CV and Resume ?
What is the heap in c?
What is wrong with this program statement? void = 10;
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
How can you return multiple values from a function?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
given post order,in order construct the corresponding binary tree
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
How do I read the arrow keys? What about function keys?
What does int main () mean?