1,075 views
1 votes
1 votes
  1.  #include <stdio.h>
  2.     void main()
  3.     {
  4.         int b = 5 + 7 * 4 - 9 * (3, 2);
  5.         printf("%d", b);
  6.     }

how to solve this 

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
deepak_8404 asked Oct 1, 2023
287 views
Consider a lower triangular matrix stored in row major order as p[-25 - - + 749][-25 - - - + 749] with base address = 6800, size of each element = 6 byte. Find the value ...
0 votes
0 votes
1 answer
2
jugnu1337 asked May 16, 2023
865 views
The total number of binary trees possible with height n - 2 having n nodes are?(2n - 5)^ 2n - 3 (2n - 7)^2n - 3(n - 3) ^2n - 2(2n - 7)^ 2n - 2
–4 votes
–4 votes
2 answers
4
Souvik33 asked Oct 27, 2022
637 views
*MSQ*The following figure depicts a a. A tree and only treeb. A tree with 3 nodesc. A graph (Since every tree is a graph)d. A graph and only graph