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

Post New Answer

More C Interview Questions

How do you determine a file’s attributes?

0 Answers  


What is the difference between fread and fwrite function?

0 Answers  


What is meant by type specifiers?

0 Answers  


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


What math functions are available for integers? For floating point?

0 Answers  






Who developed c language?

0 Answers  


In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


what is c programing

11 Answers   Wipro,


Explain the use of bit fieild.

0 Answers  


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


Categories