Answer Posted / lokesh
ds is an organising of data
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between Shallow copy and Deep copy?
Why is sprintf unsafe?
Explain how are portions of a program disabled in demo versions?
Explain what’s a signal? Explain what do I use signals for?
Is calloc better than malloc?
Write a program to print fibonacci series using recursion?
What are the different types of linkage exist in c?
What is the best organizational structure?
Write a program to know whether the input number is an armstrong number.
What is boolean in c?
What do you mean by a local block?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
hi send me sample aptitude papers of cts?
What is meant by recursion?
Explain what does the format %10.2 mean when included in a printf statement?