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
how to reverse string "Hello World" by using pointers only. Without any temp var
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
Which control loop is recommended if you have to execute set of statements for fixed number of times?
I heard that you have to include stdio.h before calling printf. Why?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
Why use int main instead of void main?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
What is the difference between pure virtual function and virtual function?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,