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 / teja
Plzz explain hw u got that o/p
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is python a c language?
What is use of #include in c?
What does 4d mean in c?
How can I read and write comma-delimited text?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What is atoi and atof in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
How do you use a pointer to a function?
What is an lvalue in c?
Why malloc is faster than calloc?
Explain what is a static function?
What are the __date__ and __time__ preprocessor commands?
What is operator precedence?
What is the meaning of && in c?
Explain how can a program be made to print the name of a source file where an error occurs?