4)What would be the output?
main()
{
int num=425;
pf("%d",pf("%d",num));
}
a)Comp error
b)4425
c)4253
d)3435
e)none
Answer Posted / soni
a
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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 echo in c programming?
What is the usage of the pointer in c?
Explain about the constants which help in debugging?
Explain what is operator promotion?
What is a example of a variable?
How can you draw circles in C?
How can I get back to the interactive keyboard if stdin is redirected?
Explain how do you determine whether to use a stream function or a low-level function?
What is difference between array and structure in c?
What happens if header file is included twice?
Explain bitwise shift operators?
write a proram to reverse the string using switch case?
How does normalization of huge pointer works?
What are the types of functions in c?