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
c program for searching a student details among 10 student details
Why is #define used?
What are preprocessor directives in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Is c call by value?
What are keywords in c with examples?
What is the use of gets and puts?
What is the difference between strcpy() and memcpy() function in c programming?
Are bit fields portable?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
write a program to rearrange the array such way that all even elements should come first and next come odd
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Write a program of prime number using recursion.
What is meant by initialization and how we initialize a variable?
What is the difference between typedef and #define?