Answer Posted / srilatha
STACK IS A COLLECTION R HEAP OF ELEMENTS IN FIRST IN LAST
OUT METHOD.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is difference between structure and union in c programming?
what type of questions arrive in interview over c programming?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
#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); }
What is the difference between functions getch() and getche()?
Explain can you assign a different address to an array tag?
hi send me sample aptitude papers of cts?
Explain Function Pointer?
How can you check to see whether a symbol is defined?
What are the advantages of using Unions?
What do you mean by recursion in c?
What is a program flowchart and explain how does it help in writing a program?
Can 'this' pointer by used in the constructor?