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
When c language was developed?
Why do we need a structure?
What are bitwise shift operators in c programming?
What is a program flowchart and explain how does it help in writing a program?
What is meant by type specifiers?
What is nested structure in c?
What is #error and use of it?
What are local variables c?
Tell me with an example the self-referential structure?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is define directive?
What is static memory allocation? Explain
Is this program statement valid? INT = 10.50;
how to capitalise first letter of each word in a given string?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list