R
Q. What is the output of the C Program.?
int main() { int a=0; a = (5>2) ? : 8; printf("%d",a); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What data type can store 15.9635?
Q. What is the difference between the following 2 C codes?
Q. What is the output of C Program with functions?
Q. Which of the following cannot be a structure member?
Q. What is the output of C program?
Q. Which conversion also called Automatic Type Conversion?
Q. Can we place comments between the statement to comments a part of the code?
Discusssion
Login to discuss.