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 / rajesh

Answer: b (4253)

Check www.codepad.org

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What should malloc() do? Return a null pointer or a pointer to 0 bytes?

632


What is use of null pointer in c?

578


What is the use of getchar functions?

692


Explain logical errors? Compare with syntax errors.

639


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

732






What is include directive in c?

657


How can I change their mode to binary?

709


What are the different types of pointers used in c language?

622


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

606


What is meant by type casting?

637


What is the difference between scanf and fscanf?

677


What is pre-emptive data structure and explain it with example?

3220


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.

2690


What is strcpy() function?

664


Which is best linux os?

576