0 votes
1
Let $p, q, r$ denote the statements ”It is raining”, “It is cold”, and “It is pleasant”, respectively. Then the statement “It is not raining and it is pleas...
0 votes
3
Which of the following are legal statements in $C$ programming language?int *P=&44;int *P=&r;int P=&a;int P=a;Choose the correct option:(i) and (ii)(ii) and (iii)(ii) and...