A
Q. Which of the following type-casting can be “wrapped”?
Example: int i = 48; char c = (char)i;
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. A binary tree with 27 nodes has _______ null branches.
Q. Arguments passed to a function in C language are called ___ arguments.
Q. In C language, FILE is of which data type?
Q. What is an Identifier in C Language?
Q. What will be the output of the following C code?
Q. Which of the following is the collection of different data types?
Q. All keywords in C are in ____________
Q. Union differs from structure in the following way
Discusssion
Login to discuss.