Differentiate between functions getch() and getche().
No Answer is Posted For this Question
Be the First to Post Answer
What's the difference between a linked list and an array?
what are the general concepts of c and c++
Ow can I insert or delete a line (or record) in the middle of a file?
What is floating point constants?
Why functions are used in c?
Does c have circular shift operators?
what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 Answers Accenture, Infosys, Wipro,
What is the difference between malloc() and calloc() function in c language?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is the difference between printf and scanf )?
what is the main use of c where it can use the c
Do you know the difference between exit() and _exit() function in c?