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
What is an endless loop?
What are the 5 types of inheritance in c ++?
What do you mean by a local block?
What is the function of volatile in c language?
What 'lex' does?
Explain how do you determine a file’s attributes?
What are the rules for identifiers in c?
Explain how can you check to see whether a symbol is defined?
Is using exit() the same as using return?
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
What tq means in chat?
Explain the red-black trees?
What is the use of putchar function?
Explain what is the benefit of using const for declaring constants?
What are dangling pointers in c?