What is the value of uninitialized variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is break in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is the use of a static variable in c?
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 does 2n 4c mean?
Famous puzzles which are generally asked by companies during interviews ?
How are pointers declared in c?
Is c procedural or functional?
What are the advantages of using new operator as compared to the function malloc ()?