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 / niranjan kumar niraj
e)none
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how do you programme Carrier Sense Multiple Access
Difference between constant pointer and pointer to a constant.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Where define directive used?
How many main () function we can have in a project?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
how to build a exercise findig min number of e heap with list imlemented?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is static memory allocation?
What are the main characteristics of c language describe the structure of ac program?
explain what is an endless loop?
Can you explain the four storage classes in C?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Why can't I perform arithmetic on a void* pointer?