Explain what is the difference between functions getch() and getche()?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between malloc() and realloc()?
write a c program to find the probability of random numbers between 1-1000
diff between exptected result and requirement?
How pointer is benefit for design a data structure algorithm?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
How do you redirect a standard stream?
which do you prefer C or Pascal?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
write a program for egyptian fractions in c?
What is the difference between test design and test case design?
How can I find out how much memory is available?