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 the purpose of sprintf?
What are header files and what are its uses in C programming?
Is c compiled or interpreted?
Why we use conio h in c?
Why c is a procedural language?
What are lookup tables in c?
Why is structure important for a child?
write a program to concatenation the string using switch case?
What is a c token and types of c tokens?
What is the correct declaration of main?
What are the various types of control structures in programming?
What’s the special use of UNIONS?
Describe the order of precedence with regards to operators in C.
What is the use of f in c?
How can I get random integers in a certain range?