Write the syntax and purpose of a switch statement in C.


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

Post New Answer

More C Interview Questions

find largest of 3 no

8 Answers  


What is the difference between call by value and call by reference in c?

0 Answers  


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

0 Answers  


What is difference between arrays and pointers?

0 Answers  


What is c value paradox explain?

0 Answers  






What are different types of pointers?

0 Answers  


what is the flow of execution in cprogram? ex:printf();,scanf();

2 Answers  


What happens if a header file is included twice?

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


what are brk, sbrk?

1 Answers   Oracle,


what is pointer

1 Answers   TCS,


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

0 Answers  


Categories