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 / soni
a
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
When should a type cast not be used?
What is the difference between far and near in c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
what is recursion in C
Is c call by value?
Write a program to know whether the input number is an armstrong number.
how to write a c program to print list of fruits in alpabetical order?
Explain zero based addressing.
Which type of language is c?
Are pointers integers in c?
in iso what are the common technological language?
Explain Basic concepts of C language?
Why do we use & in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none