input function and output function in c language

Answer Posted / asenath

scanf is the input function
printf is the output function

Is This Answer Correct ?    28 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dequeue operation?

463


Tell me about the different sorting techniques.

537


Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?

543


what is the difference between dynamic as well as non - dynamic data structures.

526


Describe the complexity of Quick Sort

556






How does insertion sort works?

515


Why is sorting and classifying important?

469


What are the advantages of bubble sort?

478


What do you know about the big-o notation and can you give some examples with respect to different data structures?

495


What is the application of queue?

487


How to sort an Array?

589


Which interfaces are implemented by linkedhashset?

521


What is difference between for loop and foreach?

480


There are 2 int type array data type. One is containing 50 elements, and another one is containing 30 elements. Can we assign the array of 50 elements to an array of 30 elements?

848


How can we reverse a singly linked list?

505