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 / ramlal bishnoi
plz explain this answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why does everyone say not to use scanf? What should I use instead?
which type of aspect you want from the student.
What are qualifiers and modifiers c?
How to write c functions that modify head pointer of a linked list?
Is c object oriented?
Why do we use & in c?
FILE PROGRAMMING
Differentiate fundamental data types and derived data types in C.
What is the difference between void main and main in c?
What will be your course of action for a push operation?
What are keywords c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What does typeof return in c?
What is the difference between Printf(..) and sprint(...) ?
What does the message "automatic aggregate intialization is an ansi feature" mean?