Does c have enums?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of operators in c?
What are the loops in c?
What is void main ()?
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
how do you programme Carrier Sense Multiple Access
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
I have seen function declarations that look like this
How variables are declared in c?
Are negative numbers true in c?
What does dm mean sexually?
Calculate 1*2*3*____*n using recursive function??
What is difference between function overloading and operator overloading?