how to build a exercise findig min number of e heap with list
imlemented?
No Answer is Posted For this Question
Be the First to Post Answer
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
What is strcpy() function?
Which header file is essential for using strcmp function?
What are multidimensional arrays?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
Is c is a middle level language?
Why string is used in c?
how to print a statement in c without use of console statement ,with the help of if statement it should print
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
C program to perform stack operation using singly linked list
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
Write a Program to accept different goods with the number, price and date of purchase and display them