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
Table of Sudoku n*n
why integer range between -327680to+32767
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
For what purpose null pointer used?
What is the difference between the expression “++a” and “a++”?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
What does == mean in texting?
Write a program that his output 1 12 123
say the following declaration is correct nr not. int b=a,n=0;
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
Write a C program to find the smallest of three integers, without using any of the comparision operators.