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
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is the difference between constant pointer and constant variable?
Is c dynamically typed?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is #include stdlib h?
Tell us something about keyword 'auto'.
What is bin sh c?
difference between object file and executable file
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Why doesn't C support function overloading?
code for quick sort?
Why main is not a keyword in c?
What are the preprocessor categories?
Dont ansi function prototypes render lint obsolete?
When should you not use a type cast?