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
Explain logical errors? Compare with syntax errors.
What is the difference between formatted&unformatted i/o functions?
Explain modulus operator. What are the restrictions of a modulus operator?
what do u mean by Direct access files? then can u explain about Direct Access Files?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Explain the difference between null pointer and void pointer.
Why c language?
What is the equivalent code of the following statement in WHILE LOOP format?
Explain how do you sort filenames in a directory?
How do you redirect a standard stream?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Do you have any idea about the use of "auto" keyword?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What are enumerated types?
Is main is a keyword in c?