What is getch c?
No Answer is Posted For this Question
Be the First to Post Answer
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Write a program to find minimum between three no.s whithout using comparison operator.
using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.
write a program to generate 1st n fibonacci prime number
Explain enumerated types.
Identify the operators that is not used with pointer a. && b. # c. * d. >>
Is there a built-in function in C that can be used for sorting data?
How do I use strcmp?
How can you draw circles in C?
What is merge sort in c?
Taking an example,differentiate b/w loader and linker ?
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,