Explain what is the difference between functions getch() and getche()?
No Answer is Posted For this Question
Be the First to Post Answer
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
c program to compute AREA under integral
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
Why is c so powerful?
Are negative numbers true in c?
How can we allocate array or structure bigger than 64kb?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Is it possible to execute code even after the program exits the main() function?
write a c program to find largest of three numbers using simple if only for one time.
What is meant by 'bit masking'?
Explain about the functions strcat() and strcmp()?