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 / ramlal bishnoi
plz explain this answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you apply link and association interchangeably?
Write a program to reverse a given number in c language?
how we can make 3d venturing graphics on outer interface
Write a program which returns the first non repetitive character in the string?
What is static function in c?
How important is structure in life?
What is void c?
How do you list a file’s date and time?
What are the 5 types of inheritance in c ++?
why wipro wase
What are the advantage of c language?
What is the difference between formatted&unformatted i/o functions?
Are the variables argc and argv are local to main?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
State two uses of pointers in C?