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
Stimulate calculator using Switch-case-default statement for two numbers
how to create duplicate link list using C???
Explain the difference between malloc() and calloc() in c?
program to convert a integer to string in c language'
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
How are 16- and 32-bit numbers stored?
Why is c still so popular?
What are the types of c language?
What do you mean by keywords in c?
What are the features of the c language?
All technical questions
write a program to rearrange the array such way that all even elements should come first and next come odd
How do you list a file’s date and time?
Is c dynamically typed?
What is break in c?