write a program to concatenation the string using switch
case?
No Answer is Posted For this Question
Be the First to Post Answer
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
what will be maximum number of comparisons when number of elements are given?
Is c dynamically typed?
how to find out the union of two character arrays?
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
Is void a keyword in c?
What is c programming structure?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
Is c programming hard?
What do you mean by command line argument?
why integer range between -327680to+32767