the constant value in the case label is followed by a

a) semicolon

b) colon

c) braces

d) none of the above


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

Post New Answer

More C Interview Questions

How can I write functions that take a variable number of arguments?

0 Answers  


when to use : in c program?

2 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


while initialization of array why we use a[][2] why not a[2][]...?

0 Answers   Aptech,






What is the use of linkage in c language?

0 Answers  


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


What is scanf () in c?

0 Answers  


what is function pointer?

2 Answers   Wipro,


1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..

3 Answers  


How can I delete a file?

0 Answers  


What is an example of enumeration?

1 Answers  


Categories