What is wrong with this statement? Myname = 'robin';
No Answer is Posted For this Question
Be the First to Post Answer
Example of friendly function in c++
which types of data structure will i use to convert infix to post fix???
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
What is C language ?
List the difference between a "copy constructor" and a "assignment operator"?
How can I change the size of the dynamically allocated array?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
What is c method?
A program to allow an input operand and operator from the operator and read on the display and output operand.
What does stand for?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
What is difference between class and structure?