What is self-referential structure in c programming?
What is use of integral promotions in c?
What is a good way to implement complex numbers in c?
pgm to find middle element of linklist(in efficent manner)
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the size of structure in c?
To what value do nonglobal variables default? 1) auto 2) register 3) static
How to print India by nested loop? I IN IND INDI INDIA
What are type modifiers in c?
What is the use of header?
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.
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
What’s a signal? Explain what do I use signals for?