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
What does c mean in basketball?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
What is #define in c?
Is null a keyword in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Write a program that accept anumber in words
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
WHAT IS MEANT BY LIFE?
What are the standard predefined macros?
Is return a keyword in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above