Which built-in library function can be used to match a patter from the string?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between variable declaration and variable definition in c?
What is the use of f in c?
What does. int *x[](); means ?
what is the difference between embedded c and turbo c ?
What is clrscr ()?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
i need all types of question paper releted to "c" and other language.
write a program for the normal snake games find in most of the mobiles.
Explain how do you use a pointer to a function?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.