write a program to concatenation the string using switch
case?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is scope of variable in c?

0 Answers  


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


how the compiler treats any volatile variable?Explain with example.

1 Answers   Tata Elxsi,


How can you dynamically allocate memory in C?

2 Answers  


What is volatile variable in c with example?

0 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?

2 Answers   TCS,


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.

2 Answers  


What does volatile do?

0 Answers  


What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


Categories