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


Please Help Members By Posting Answers For Below Questions

What are structural members?

574


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

637


Why does everyone say not to use scanf? What should I use instead?

682


What is indirection in c?

629


Difference between MAC vs. IP Addressing

643






Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1122


What are the advantages of union?

628


What is the meaning of typedef struct in c?

594


How would you use the functions fseek(), freed(), fwrite() and ftell()?

707


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1128


What are the 3 types of structures?

574


Is register a keyword in c?

638


Explain high-order and low-order bytes.

669


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1507


If you know then define #pragma?

677