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
Explain what is the most efficient way to store flag values?
What is register variable in c language?
What is scope rule of function in c?
What is dynamic variable in c?
Are there constructors in c?
If I have a char * variable pointing to the name of a function ..
about c language
What is the difference between mpi and openmp?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is static and auto variables in c?
What is d scanf?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is #include called?
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.
What are extern variables in c?