input function and output function in c language

Answers were Sorted based on User's Feedback



input function and output function in c language..

Answer / asenath

scanf is the input function
printf is the output function

Is This Answer Correct ?    28 Yes 2 No

input function and output function in c language..

Answer / narender7551

printf,scanf,getch,getchar,getche,kbhit etc

Is This Answer Correct ?    20 Yes 6 No

Post New Answer

More Data Structures Interview Questions

Can you use Bubble Sort To sort the number of elements.

0 Answers   iNautix,


How would you swap the Kth node from beginning with Kth node from end in a Linked List.

0 Answers   DELL,


What are the main differences between the linked list and linear array?

0 Answers  


How can we reverse a singly linked list?

0 Answers  


what is the difference between singly and doubly linked lists?

0 Answers  






How does a hashtable work?

0 Answers  


Discuss how to implement queue using stack.

0 Answers  


What is heap with example?

0 Answers  


What is adt and its advantages?

0 Answers  


What is a minimum spanning tree?

0 Answers  


What are examples of data structures?

0 Answers  


What is time and space complexity of bubble sort?

0 Answers  


Categories