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
What are keywords c?
Write a program to print numbers from 1 to 100 without using loop in c?
Explain what is the most efficient way to store flag values?
Explain the difference between ++u and u++?
Can a pointer be volatile in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the condition that is applied with ?: Operator?
Write a program in c to replace any vowel in a string with z?
What is s in c?
How would you rename a function in C?
how could explain about job profile
What is the -> in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What are local static variables?
How can you find out how much memory is available?