Is c still relevant?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the properties of union.
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
What is extern storage class in c?
what is the format specifier for printing a pointer value?
What is difference between structure and union in c?
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
What are structure members?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How will you divide two numbers in a MACRO?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.