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 |
What do you mean by structure property in a heap?
How do you find the second largest element in an array of integers?
Differentiate between hashset and hashmap.
How can you correct these errors?
How does a selection sort work for an array?
Differentiate between singly and doubly linked lists?
Define indegree of a graph?
Can we put null key in hashmap?
What is difference between array and arraylist?
Define path in a graph?
how to search an element in sorted linked list with time complexity is O(log n).
Is arraylist heterogeneous?