Answer Posted / dhanshri chabukswar
c=2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is bubble sort technique in c?
How would you rename a function in C?
Is array name a pointer?
Write a code to remove duplicates in a string.
What is a pointer on a pointer in c programming language?
What is hashing in c language?
What are the disadvantages of c language?
What are different types of variables in c?
How can I change the size of the dynamically allocated array?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What does the message "automatic aggregate intialization is an ansi feature" mean?
Write the Program to reverse a string using pointers.
How can I sort a linked list?
Explain the properties of union. What is the size of a union variable
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if