Explain what is wrong with this statement? Myname = ?robin?;
No Answer is Posted For this Question
Be the First to Post Answer
Why is %d used in c?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
SRUCTURE PROGRAMMING
wat is the difference between array and pointer?
What is structure padding ?
formula to convert 2500mmh2o into m3/hr
How can I ensure that integer arithmetic doesnt overflow?
What is wrong with this statement? Myname = 'robin';
say the following declaration is correct nr not. int b=a,n=0;
convert 0.9375 to binary
What does void main () mean?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);