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 code to display color fonts in the output?
What is a structural principle?
What are volatile variables in c?
code for quick sort?
What is the difference between far and near in c?
Are pointers integer?
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
What are the advantages of the functions?
what is different between auto and local static? why should we use local static?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
What is file in c language?