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 / ar ind,faisal,jitendra
4253 bcoz printf always return no of chracters inside its()
so it become 4253
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why do we use null pointer?
What is structure pointer in c?
Why is structure important for a child?
What is difference between function overloading and operator overloading?
What is difference between structure and union?
what are the facialities provided by you after the selection of the student.
What is double pointer?
What is a program flowchart and how does it help in writing a program?
What are the 5 elements of structure?
in linking some of os executables are linking name some of them
Tell me when is a void pointer used?
What are the 32 keywords in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What are variables c?
How do you determine the length of a string value that was stored in a variable?