What is static and volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write code for atoi(x) where x is hexadecimal string.
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
How can I get random integers in a certain range?
what are the 10 different models of writing an addition program in C language?
Under what circumstances does a name clash occur?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
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 is the correct code to have following output in c using nested for loop?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
What is actual argument?
What is diffrance between declaration and defination of a variable or function
What is the advantage of c?