Answer Posted / suruthi.s
A data type which is created using abstract data process is
known as abstract data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a static function in c?
Explain indirection?
Write programs for String Reversal & Palindrome check
How do you determine a file’s attributes?
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
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What are the different types of endless loops?
There seem to be a few missing operators ..
a c code by using memory allocation for add ,multiply of sprase matrixes
What is a program flowchart and how does it help in writing a program?
What is variable declaration and definition in c?
Write a C program in Fibonacci series.
What is a pointer variable in c language?
What does sizeof return c?
What are structures and unions? State differencves between them.