What is the use of getchar() function?
No Answer is Posted For this Question
Be the First to Post Answer
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Please list all the unary and binary operators in C.
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
What is c basic?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
What is "Hungarian Notation"?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
How can I recover the file name given an open stream or file descriptor?
what are the general concepts of c and c++
What is a built-in function in C?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings