What is the output of the following C program?
#include <stdio.h>
int main(void)
{
printf("<%d>", 10?0?5:1:12),
}
Assume
sizeof(unsigned int) is 4
sizeof(unsigned short) is 2
sizeof(int) is 4
sizeof(short) is 2
sizeof(char) is 1
Answers
Answered by
3
Answer:
This section on C interview questions and answers focuses on “Basics of Functions”. One shall practice these interview questions to improve their C programming skills needed for various interviews (campus interviews, walkin interviews, company interviews), placements, entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C Programming language. They can be a beginner, fresher, engineering graduate or an experienced IT professional. Our C Interview questions come with detailed explanation of the answers which helps in better understanding of C concepts.
Answered by
3
Answer:
Sorry don't know...........
Similar questions