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 / rajesh
Answer: b (4253)
Check www.codepad.org
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
praagnovation
Tell us the use of fflush() function in c language?
Is a pointer a kind of array?
Define C in your own Language.
What do you understand by normalization of pointers?
Can a variable be both static and volatile in c?
What is difference between %d and %i in c?
What is the difference between test design and test case design?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What is #define?
What is an operator?
Why do we need a structure?
can we change the default calling convention in c if yes than how.........?
What is the difference between the local variable and global variable in c?
What language is windows 1.0 written?