Explain what is the purpose of "extern" keyword in a function declaration?
No Answer is Posted For this Question
Be the First to Post Answer
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
What is the difference between the = symbol and == symbol?
tell me the full form of c?
void main() { int a=1; while(a++<=1) while(a++<=2); }
What does main () mean in c?
What is the full form of getch?
Explain what is the difference between functions getch() and getche()?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
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.
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
which header file contains main() function in c?
17 Answers Google, HCL, TCS,