What is getche() function?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between malloc() and calloc() function?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
what is the diference between pointer to the function and function to the pointer?
What is storage class?
can we implement multi-threads in c.
What is pointers in c with example?
who is the father of C Language?
20 Answers CTS, UST,
Why c language?
Why static variable is used in c?
How can I find the day of the week given the date?
a program that can input number of records and can view it again the record
can we define a function in structure?