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 / ajay lakhara
a)comp error
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why are algorithms important in c program?
What are data structures in c and how to use them?
Can two or more operators such as and be combined in a single line of program code?
what are non standard function in c
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What are the rules for identifiers in c?
What is the benefit of using #define to declare a constant?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is the difference between %d and %i?
What does dm mean sexually?
What are actual arguments?
Do you know the difference between exit() and _exit() function in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is derived datatype in c?
Compare array data type to pointer data type