Describe advantages and disadvantages of the various stock
sorting algorithms
Answer / amirtha
in stack we can use arrays.it is easy to implement.but the
push &pop can be done only at one postion.it has find
several real time applications like cars in a shed,no of
coins placed one above.
| Is This Answer Correct ? | 0 Yes | 29 No |
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the difference between union and structure in c?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
what is c language?
How do I create a directory? How do I remove a directory (and its contents)?
What are bitwise shift operators in c programming?
c program to subtract between two numbers without using '-' sign and subtract function.
what is the basis for selection of arrays or pointers as data structure in a program
tell me the full form of c?
how to generate the length of a string without using len funtion?
What are called c variables?