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
How do you determine a file’s attributes?
What is the difference between fread and fwrite function?
What is meant by type specifiers?
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.
What math functions are available for integers? For floating point?
Who developed c language?
In how much time you will write this c program? Prime nos from 1 to 1000
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
what is c programing
Explain the use of bit fieild.
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?
wat are the two methods for swapping two numbers without using temp variable??