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
Answer is 4253
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
List the variables are used for writing doubly linked list program.
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
how can I convert a string to a number?
What is #define?
Can we use visual studio for c?
Is that possible to store 32768 in an int data type variable?
Why void is used in c?
What is sizeof return in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
How do we print only part of a string in c?
What are the back slash character constants or escape sequence charactersavailable in c?
Is it possible to execute code even after the program exits the main() function?
What is the benefit of using const for declaring constants?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is the right type to use for boolean values in c?