Ask a New Question
Search
Questions and answers by
Nazim
Answers (2)
(M+P+C)-(M&P+P&C+M&C)+All=70 => M&P+P&C+M&C = 40+35+30-70 => M&P+P&C+M&C = 50
Hello Ray :) (Sorry if i have a bad English) - int a = 1 : You declared an integer variable, (imagine that is a box that contain the value 1 : [1]. -int *p : You declared a pointer of integer . When we declare a pointer we need to put * before the variable