Why ordinary variable store only one value
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
What are static variables 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 is a program flowchart?
What is a sequential access file?
What is structure packing ?
What is a string?
What is sizeof in c?
A stack can be implemented only using array?if not what is used?
How can I list all of the predefined identifiers?
How many levels of pointers have?
Is c easier than java?