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 / aswini
see.printf is a function that returns number.hence it will
return 3.then as there is a %d it will return the number in
its locality.hence it will return 425.
so the answer is 4253....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What do you mean by a local block?
What is a #include preprocessor?
Do you have any idea how to compare array with pointer in c?
What is the use of clrscr?
What does volatile do?
how can I convert a string to a number?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Explain how do you print only part of a string?
Define C in your own Language.
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
praagnovation
what is the diffrenet bettwen HTTP and internet protocol
Write a function that will take in a phone number and output all possible alphabetical combinations
How can I read a binary data file properly?