what is difference between getchar,putchar functions and
printf and scanf function? does putchar show output only
when input given to it

Answer Posted / jeevi

getchar is used to get only one character.. putchar is used
to print only one character.
printf can print more than one character,we can get more
than one variable by using scanf.

Is This Answer Correct ?    47 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between far and near pointers?

614


What are the advantages of using new operator as compared to the function malloc ()?

762


How important is structure in life?

595


What does the c in ctime mean?

574


Write the syntax and purpose of a switch statement in C.

631






How can I invoke another program or command and trap its output?

621


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1510


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

684


What are the disadvantages of c language?

624


Tell me about low level programming languages.

649


What is the time and space complexities of merge sort and when is it preferred over quick sort?

678


What are global variables and explain how do you declare them?

584


What is #ifdef ? What is its application?

651


What is scope rule of function in c?

556


Do you have any idea about the use of "auto" keyword?

671