input function and output function in c language
Answers were Sorted based on User's Feedback
Answer / asenath
scanf is the input function
printf is the output function
Is This Answer Correct ? | 28 Yes | 2 No |
Answer / narender7551
printf,scanf,getch,getchar,getche,kbhit etc
Is This Answer Correct ? | 20 Yes | 6 No |
Can you use Bubble Sort To sort the number of elements.
How would you swap the Kth node from beginning with Kth node from end in a Linked List.
What are the main differences between the linked list and linear array?
How can we reverse a singly linked list?
what is the difference between singly and doubly linked lists?
How does a hashtable work?
Discuss how to implement queue using stack.
What is heap with example?
What is adt and its advantages?
What is a minimum spanning tree?
What are examples of data structures?
What is time and space complexity of bubble sort?