What will be output if you will compile and execute the following c code?
struct marks{
int p:3;
int c:3;
int m:2;
void main(){
struct marks s={2,-6,5);
printf("%d %d %d", s.p.s.cs.m);
}
(A)
(B)
182-61
2-65
(C)
(D)
221
Compiler error
Answers
Answered by
0
Answer:
What will be output if you will compile and execute the following c code? Explanation: ## is concatenation c preprocessor operator.
Answered by
0
Answer:
a
Explanation:
bhgkkncf jjkfduikj ghju kdjj
Similar questions
Science,
4 months ago
Social Sciences,
4 months ago
Math,
9 months ago
CBSE BOARD X,
9 months ago
Chemistry,
1 year ago