Is both getch() and getchar() functions are similar? if it is
similar means why these two functions are used for same usage?
if it is not similar means what is the difference?
Answer / madhu.s.a
No ,its not same because getch()is used to get the output
screen and getchar() is used to get the single character
input.
I dont know whether it is correct or not.
| Is This Answer Correct ? | 21 Yes | 8 No |
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Why do we use pointer to pointer in c?
I heard that you have to include stdio.h before calling printf. Why?
What is the use of c language in real life?
What is oops c?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
What are types of preprocessor in c?
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Can a binary search tree be used as an index? If yes, how? Explain
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"