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 / ajay lakhara
a)comp error
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is meant by preprocessor in c?
What is const volatile variable in c?
How do you list files in a directory?
Explain two-dimensional array.
What is the difference between union and structure in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Explain the binary height balanced tree?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is c language in simple words?
What are types of preprocessor in c?
Write a program for Overriding.
What are Macros? What are its advantages and disadvantages?
Explain how does flowchart help in writing a program?