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

Plzz explain hw u got that o/p

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the most efficient way to store flag values?

803


What is register variable in c language?

698


What is scope rule of function in c?

638


What is dynamic variable in c?

663


Are there constructors in c?

696






If I have a char * variable pointing to the name of a function ..

763


about c language

1699


What is the difference between mpi and openmp?

838


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

831


What is static and auto variables in c?

659


What is d scanf?

678


Linked lists -- can you tell me how to check whether a linked list is circular?

739


What is #include called?

670


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

4950


What are extern variables in c?

646