recategorized by
1,376 views

1 Answer

Related questions

0 votes
0 votes
1 answer
2
makhdoom ghaya asked Sep 15, 2016
2,541 views
What will be the output of the following c-code?void main () { char *p= "ayqm"; char c; c=++*p; printf ("%c" , c); }$a$$c$ $b$$q$
0 votes
0 votes
0 answers
3
1 votes
1 votes
1 answer
4
makhdoom ghaya asked Sep 16, 2016
1,839 views
At any given time Parallel Virtual Machine (PVM) has _______ send buffer and ________ receive buffer.One-oneOne-twoTwo-twoTwo-one