what is the difference between getch() and getchar()?

Answer Posted / non linearly

getch()
1. Does not echo
2. procces immediatly the typed character

Is This Answer Correct ?    18 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

630


Explain what are run-time errors?

610


write a c program to find the sum of five entered numbers using an array named number

1617


explain how do you use macro?

667


What would be an example of a structure analogous to structure c?

576






what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1454


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

762


What is a null pointer in c?

597


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

648


Can an array be an Ivalue?

666


What is putchar() function?

637


What is hungarian notation? Is it worthwhile?

699


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

680


Why c is known as a mother language?

646


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

559