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


Please Help Members By Posting Answers For Below Questions

What is an endless loop?

923


What are the 5 types of inheritance in c ++?

675


What do you mean by a local block?

719


What is the function of volatile in c language?

756


What 'lex' does?

819






Explain how do you determine a file’s attributes?

693


What are the rules for identifiers in c?

686


Explain how can you check to see whether a symbol is defined?

756


Is using exit() the same as using return?

779


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

761


What tq means in chat?

702


Explain the red-black trees?

698


What is the use of putchar function?

733


Explain what is the benefit of using const for declaring constants?

695


What are dangling pointers in c?

734