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 / gouse mohiddin
4253
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is pointer to pointer in c with example?
Is python a c language?
How can I handle floating-point exceptions gracefully?
Why is c known as a mother language?
What is LINKED LIST? How can you access the last element in a linked list?
What is the purpose of sprintf?
How can you find the day of the week given the date?
What are the uses of a pointer?
Is c easier than java?
Can we access the array using a pointer in c language?
What is meant by int main ()?
Is null valid for pointers to functions?
Is multithreading possible in c?
How can I delete a file?
Is fortran still used today?